|
STRING LENGTHName:
where <nlen> is a parameter containing the returned length of the string; and <sorg> is the name of the string.
LET STRING S1 = file23.dat LET NLEN = STRING LENGTH S1The resulting value of NLEN is 10.
Date created: 12/4/2008 |