Length:
Syntax:
length number,name
where: number is the number varible which the length of the text name
is stored to.
Program Example:
a$="Example";
length i%,a$
{i% will store the length of a$ (7)}
Program File
Application File
Return
Last Updated: July 1998.