!short: ASC()          Convert a character to its ASCII value
!file:C5G0_001.EHO:ASC()
!short: BIN2I()        Convert a 16-bit signed integer to a numeric value
!file:C5G0_001.EHO:BIN2I()
!short: BIN2L()        Convert a 32-bit signed integer to a numeric value
!file:C5G0_001.EHO:BIN2L()
!short: BIN2W()        Convert a 16-bit unsigned integer to a numeric value
!file:C5G0_001.EHO:BIN2W()
!short: CDOW()         Convert a date value to a character day of the week
!file:C5G0_001.EHO:CDOW()
!short: CHR()          Convert an ASCII code to a character value
!file:C5G0_001.EHO:CHR()
!short: CMONTH()       Convert a date to a character month name
!file:C5G0_001.EHO:CMONTH()
!short: CTOD()         Convert a date string to a date value
!file:C5G0_001.EHO:CTOD()
!short: DOW()          Convert a date value to a numeric day of the week
!file:C5G0_001.EHO:DOW()
!short: DTOC()         Convert a date value to a character string
!file:C5G0_001.EHO:DTOC()
!short: DTOS()         Convert a date value to a string formatted as yyyymmdd
!file:C5G0_001.EHO:DTOS()
!short: I2BIN()        Convert a Clipper numeric to a 16-bit binary integer
!file:C5G0_001.EHO:I2BIN()
!short: INT()          Convert a numeric value to an integer
!file:C5G0_001.EHO:INT()
!short: L2BIN()        Convert a Clipper numeric value to a 32-bit binary integer
!file:C5G0_001.EHO:L2BIN()
!short: LOWER()        Convert upper case characters to lower case
!file:C5G0_001.EHO:LOWER()
!short: MONTH()        Convert a date value to the number of the month
!file:C5G0_001.EHO:MONTH()
!short: SOUNDEX()      Convert a character string to soundex form
!file:C5G0_001.EHO:SOUNDEX()
!short: STR()          Convert a numeric expression to a character string
!file:C5G0_001.EHO:STR()
!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()
!short: WORD()*        Convert CALL command numeric parameters from double to int
!file:C5G0_001.EHO:WORD()*
!short: YEAR()         Convert a date value to the year as a numeric value
!file:C5G0_001.EHO:YEAR()

