http://www.ousob.com
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SUBSTR           Generate a Substring                               Directive

  name SUBSTR string, position [,size]

     You use SUBSTR to make a substring out of string. The label
     name is assigned a substring of string which starts at
     position and is size characters long.

       Notes:     If you do not give a value for size, all characters
                  from position to the end of string are used.

See Also: CATSTR INSTR SIZESTR

Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson