NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



SubString

Retrieves a substring from a string

Returns a substring of string from location a to b.

Sample Source

Start := 3
Finish := 7
MyString := "This is a string"
Say SubString Start To Finish Of MyString

#Assert: Output will be "is is"

Related Function(s):
   Left; Length; Lowercase; Right; Uppercase;

Minimum version: 1.0