Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP7: Tab Character in SET Alternate To file
Message
 
To
27/07/2002 23:42:44
Jim Underwood
Apollo Information Systems, Inc.
Houston, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00683311
Message ID:
00683321
Views:
24
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?
Previous
Reply
Map
View

Click here to load this message in the networking platform