SED navigation bar go to SED home page go to Dataplot home page go to NIST home page SED Home Page SED Staff SED Projects SED Products and Publications Search SED Pages
Dataplot Vol 2 Vol 1

STRING LENGTH

Name:
    STRING LENGTH
Type:
    Let Subcommand
Purpose:
    Return the number of characters in a previously defined string.
Syntax:
    LET <nlen> = STRING LENGTH <sorg>
    where <nlen> is a parameter containing the returned length of the string;
    and <sorg> is the name of the string.
Examples:
    LET NLEN = STRING LENGTH S1
Default:
    None
Synonyms:
    None
Related Commands: Applications:
    Data Management
Implementation Date:
    11/2008
Program:
     
    LET STRING S1 = file23.dat
    LET NLEN = STRING LENGTH S1
        
    The resulting value of NLEN is 10.

Date created: 12/4/2008
Last updated: 12/4/2008
Please email comments on this WWW page to alan.heckert@nist.gov.