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

UPPER CASE

Name:
    UPPER CASE
Type:
    Let Subcommand
Purpose:
    Convert a string to all upper case characters.
Syntax:
    LET <sout> = UPPER CASE <sorg>
    where <sout> is the resulting all upper case string;
    and <sorg> is the name of the original string.
Examples:
    LET SOUT = UPPER CASE S1
Default:
    None
Synonyms:
    None
Related Commands: Applications:
    Data Management
Implementation Date:
    11/2008
Program:
     
    LET STRING S1 = file23.dat
    LET SOUT = UPPER CASE S1
        
    The resulting string is FILE23.DAT.

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