Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Literals of non-typable ASCII characters
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01158632
Message ID:
01158632
Views:
104
Does anyone have any suggestions on how to define a literal string of non-typable characters in code or as part of a header (.h) file?

We can use CHR(1)+CHR(2)+"ABCDEFG"+CHR(128)+etc. etc. to programatically create the desired string but in circumstances where the string is a know constant there should be a faster and more efficient way to do this instead of forcing the runtime engine to evaluate multiple CHR() functions and string it together each time...
Next
Reply
Map
View