Left:
Syntax:
left name,num
where: name is a text varible with its data type and num the numbers
of characters to keep from the left (begining of the text).
Program Example:
a$="Example";
left a$,3
{Change the text a$ to Exa}
Program File
Application File
Return
Last Updated: July 1998.