ASCII_TO_EBCDIC
Convert ASCII strings into EBCDIC code to upload into an IBM mainframe. This code may be used also as a basic encrypting method. Both ASCII to EBCDIC and EBCDIC to ASCII are included in this code. Original Author: Aldo Vargas Code Function ascii_to_ebcdic(ByVal buffer As String) As StringDim ascii As VariantDim i As Long, bufferlen As Longascii = Array(… Read More »