Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Transform codes
Message
De
22/05/2007 17:43:15
 
 
À
22/05/2007 17:36:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01227763
Message ID:
01227766
Vues:
19
>Is there a way to accomplish:
>
>allt(transform(1234.4321,'######.#'))
>
>by using the @T format code within the transform? I can't figure out how to combine the ## and the @T together.
>
>Thanks

For some reason, those two don't work together. You can do @L and a picture, but not @T:
?TRANSFORM(12345.67,"@L ########.##")    && 00012345.67
Guess you're stuck with ALLTRIM(TRANSFORM(12345.67,"########.##")) or TRANSFORM(TRANSFORM(12345.67,"########.##","@T"))
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform