EBCDICToASCII() Converts an EBCDIC string to ASCII Syntax: EBCDICToASCII( cString ) -> cNewString cString : The string to convert Description: Converts an EBCDIC string to ASCII notation. Return: A new string in ASCII notation. Example: ? EBCDICToASCII( "Hello world" )