Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stuff an unpacked macro into a string
Message
 
À
21/03/2001 15:23:21
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00487357
Message ID:
00487362
Vues:
9
Dragan,

To avoid limitatin of eval() you can use strtofile() and filetostr() functions, like:
....
lcsel=' aaaa &x eeeeee'+repl('z', 1260)
=strtofile("["+lcsel+"]","c:\txt.txt")
?filetostr("c:\txt.txt")
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform