Title: Message

 Hello list:
 
Using  RB 7.0
 
I am trying to create a  text file to b imported into an ISO database and I am stumped with this problem
 
The  negative currency vales needs to be signed while postive values can be signed or unsigned.
 
The following are examples of how they want the data  whole number only
 
Negative Amount
 
    Units Position Numneric Value        Symbol         Hex Code
 
          -0                                                }                    D0
          -1                                                J                    D1
          -2                                               K                  D2
          -3                                                L                  D3
          -4                                                M                 D4
          -5                                                 N                D5
          -6                                                 O                 D6
          -7                                                  P                D7
          -8                                                  Q               D8
          -9                                                   R               D9
 
 
As I see it -789 = PQR

My question is how do I convert the values to theses codes ?
 
There is a set of values for positive number as well.
 
Any help will be greatly appreciated.
 
 
 
 
LW
 

Reply via email to