Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Logical to Char?
Message
 
 
À
19/07/2002 12:20:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00680502
Message ID:
00680504
Vues:
15
>I am trying to write a Fox table to a text file using FPUTS (we are still using Fox5), however, my table has a logical field. How can I convert this to a character field so that it will write to a text file?
>
>TIA!
? IIF(myfield, ".T.", ".F.")
* OR (i don't remember if it works in VFP5)
? TRANSFORM(myfield)
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform