تماشای ویدئو VBScript Basics Part 9 Len Left Right از آی-ویدئو

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)
3 دی 1396
آی-ویدئو