Gets the specified character from a string.
Syntax
string = Get Char (string,number)
Description
This command gets the character at position number. string newString=Get Char("Hello",1) The value of newString is "H" because that was the first character in the string.
This command gets the character at position number.
string newString=Get Char("Hello",1)
The value of newString is "H" because that was the first character in the string.