Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trim trailing zeroes
Message
De
27/10/2013 18:02:19
 
 
À
25/10/2013 17:07:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01586185
Message ID:
01586532
Vues:
34
>>I'm embarrassed to ask this:
>>
>>I can't figure out how to display a numeric value with the trailing zeroes trimmed. So, if the value is stored in the table as 88.99000, I want the value to display in a report as 88.99.
>>
>>Thanks,
>>
>>Yossi
>
>Looks kind of kludgy but......how about
>
>TRANSFORM(INT(myval))+IIF(myval-INT(myval)=0,"",ALLTRIM(TRANSFORM(myval-INT(ab)),'0'))

Thanks to all for your suggestions!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform