Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Function to retrieve Decimal Places
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01409350
Message ID:
01409379
Vues:
74
Why would you want to do that? It'll blow up attempts to access such data with ODBC or OLE DB.
Anyway, the following code does not depend on the data stored in the table
GO BOTTOM
SKIP
? -AT(SET("Point"), PADL(MyField1,20)) % 20
>
>All solutions based on the value in the field, they require that field is populated according to its length and decimal places.
>and value does have decimal places. Meanwhile one can populate N(5,3) with integer 12345 having no decimal places.
>
>$0.02
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform