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