Recieve decimal with HSERIN


Closed Thread
Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959

    Default Re: Recieve decimal with HSERIN

    Is the decimal value followed by a non-numeric character?

    DEC needs one to know when it reached the end of the number.
    If it's a fixed width number, you can use DEC3 or similar and it will stop looking for a number after the specified number of digits.

    From a terminal program, pressing enter (carriage return - 13) is enough.
    From any other program, you can use any other non-numeric character.
    DT

  2. #2
    Join Date
    Jun 2006
    Posts
    60

    Default Re: Recieve decimal with HSERIN

    Follow the decimal value with non-numeric character & it works great. Thanks Darrel

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts