Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP7: Tab Character in SET Alternate To file
Message
 
À
27/07/2002 23:42:44
Jim Underwood
Apollo Information Systems, Inc.
Houston, Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00683311
Message ID:
00683321
Vues:
23
Jim,

This what I tried;
lcstr = "xxx" + CHR(9) + "yyy"
STRTOFILE(lcstr,"Junk.txt")
lcVar = FILETOSTR("Junk.txt")
?ASC(SUBSTR(lcVar,4,1))
And I get 9 as the output. How are you confirming that the CHR(9) was converted to spaces?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform