!short: ALLTRIM()      Remove leading and trailing spaces from a character string
!file:C5G0_001.EHO:ALLTRIM()
!short: ASC()          Convert a character to its ASCII value
!file:C5G0_001.EHO:ASC()
!short: AT()           Return the position of a substring within a character string
!file:C5G0_001.EHO:AT()
!short: CHR()          Convert an ASCII code to a character value
!file:C5G0_001.EHO:CHR()
!short: HARDCR()       Replace all soft carriage returns with hard carriage returns
!file:C5G0_001.EHO:HARDCR()
!short: ISALPHA()      Determine if left-most character in a string is alphabetic
!file:C5G0_001.EHO:ISALPHA()
!short: ISDIGIT()      Determine if left-most character in a string is a digit
!file:C5G0_001.EHO:ISDIGIT()
!short: ISLOWER()      Determine if left-most character is a lower case letter
!file:C5G0_001.EHO:ISLOWER()
!short: ISUPPER()      Determine if left-most character is an upper case letter
!file:C5G0_001.EHO:ISUPPER()
!short: LEFT()         Return a substring beginning with the left-most character
!file:C5G0_001.EHO:LEFT()
!short: LEN()          Return the length of a string or the number of array elements
!file:C5G0_001.EHO:LEN()
!short: LOWER()        Convert upper case characters to lower case
!file:C5G0_001.EHO:LOWER()
!short: LTRIM()        Remove leading spaces from a character string
!file:C5G0_001.EHO:LTRIM()
!short: MEMOEDIT()     Display or edit character strings and memo fields
!file:C5G0_001.EHO:MEMOEDIT()
!short: MEMOLINE()     Extract a line of text from a character string or memo field
!file:C5G0_001.EHO:MEMOLINE()
!short: MEMOREAD()     Return the contents of a disk file as a character string
!file:C5G0_001.EHO:MEMOREAD()
!short: MEMOTRAN()     Replace carriage return/line feeds in a character string
!file:C5G0_001.EHO:MEMOTRAN()
!short: MEMOWRIT()     Write a character string or memo field to a disk file
!file:C5G0_001.EHO:MEMOWRIT()
!short: MLCOUNT()      Count the number of lines in a character string or memo field
!file:C5G0_001.EHO:MLCOUNT()
!short: MLPOS()        Determine the position of a line in a string or memo field
!file:C5G0_001.EHO:MLPOS()
!short: PAD()          Pad character, date, and numeric values with a fill character
!file:C5G0_001.EHO:PAD()
!short: RAT()          Return the position of the last occurrence of a substring
!file:C5G0_001.EHO:RAT()
!short: REPLICATE()    Return a string repeated a specified number of times
!file:C5G0_001.EHO:REPLICATE()
!short: RIGHT()        Return a substring beginning with the right-most character
!file:C5G0_001.EHO:RIGHT()
!short: RTRIM()        Remove trailing spaces from a character string
!file:C5G0_001.EHO:RTRIM()
!short: SET EXACT*     Toggle exact matches for character strings
!file:C5G0_002.EHO:"SET EXACT"*
!short: SOUNDEX()      Convert a character string to soundex form
!file:C5G0_001.EHO:SOUNDEX()
!short: SPACE()        Return a string of spaces
!file:C5G0_001.EHO:SPACE()
!short: STR()          Convert a numeric expression to a character string
!file:C5G0_001.EHO:STR()
!short: STRTRAN()      Search and replace characters within a string or memo field
!file:C5G0_001.EHO:STRTRAN()
!short: STUFF()        Delete and insert characters in a string
!file:C5G0_001.EHO:STUFF()
!short: SUBSTR()       Extract a substring from a character string
!file:C5G0_001.EHO:SUBSTR()
!short: TRANSFORM()    Convert any value into a formatted character string
!file:C5G0_001.EHO:TRANSFORM()
!short: UPPER()        Convert lower case characters to upper case
!file:C5G0_001.EHO:UPPER()
!short: VAL()          Convert a character number to numeric type
!file:C5G0_001.EHO:VAL()

