VBScript Basics, Part 9 | Len - Left - Right

ثاقب
ثاقب
368 بار بازدید - 7 سال پیش - VBScripting (.vbs) Basic tutorial on
VBScripting (.vbs) Basic tutorial on how to use the len, left, and right function. Len which converts your string into a numeric value, and Left which allows you to save characters of a string from left too right, as well as right which goes the other way. Code Example: ______________________________________________________ Option Explicit Dim a, b a= "I love cats" b= "dogs are stupid" msgbox Left(a,7)
7 سال پیش در تاریخ 1396/10/03 منتشر شده است.
368 بـار بازدید شده
... بیشتر