Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fread(), frwrite() etc...
Message
From
24/05/2001 16:32:03
 
 
To
24/05/2001 16:04:04
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00511130
Message ID:
00511192
Views:
19
>thanx Dore
>
>trying it did not cause any errors. i used strtran() to try and get rid of many little block shaped characters chr(0), but they still remain when i re-open the txt file with wordpad. any ideas on how i can get rid of them?
>tia
>john
Assuming you have some characters in a variable SomeChar, you could find out what the ASCII code for the 5th character is by:
?ASC(SUBSTR(SomeChar,5,1))
As Craig suggests, it may not be CHR(0).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform