@PReitano wrote:
Enclosed is a very good program used to convert Binary to Decimal (Ascii). However I can someone help me convert Hex to binary or Hex to decimal?
The program you attached seems to convert a file containing hexadecimal formatted ASCII text to SGL, not "Binary to Decimal (Ascii)" as you claim.
Please clarify your needs. If the output is an integer data type, you can just set the display to either hex, binary, or decimal as needed. If you need binary or decimal formatted text of your data, use a formatting operation with the desired format.