Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FPW 2.6
Message
De
11/05/2000 14:49:57
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
FPW 2.6
Divers
Thread ID:
00368718
Message ID:
00368718
Vues:
63
I have decided to copy the offset values to another table. At that point, it becomes whole numbers again instead of "0000000000001.00" (yet, the file is character type). As I also need to reverse the amount of offset records, this is the program I came up with, yet, it is not working. What am I doing wrong here? Also, will this crash if an "0.00" appears?

Sample:
5.50 changes to "-000000000005.50"
-24.00 changes to "0000000000024.00"
...

IF VAL(nbillamt) < 0
TRANSFORM(ABS(VAL(nbillamt)),"@LZ 9999999999999.99")
ELSE
TRANSFORM(VAL(nbillamt),"@LZ 9999999999999.99")
REPLACE nbillamt WITH "-" + SUBSTR(nbillamt,2)
ENDIF


Chuck
Today is tomorrow's yesterday.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform