This module includes numerous string handling functions which may be useful from within a 4GL program.
13.8.1 Dependencies
None
13.8.2 Function list
Split a string into space separated fields
split(string,number_of_fields)
find the first location of a string within a string
strstr(haystack,needle)
find the first location of a character within a string
strchr(haystack,needle)