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