Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Raw printing chokes on {
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 8
Miscellaneous
Thread ID:
01573725
Message ID:
01573741
Views:
148
Likes (2)
>Recently a customer discovered that if any of the text being sent out includes the opening curly brace { then I get a syntax error. Try this command:
>??? "{"

A curly brace starts a control code. Sending "{27}{15}" has the same result as sending CHR(27)+CHR(15), but it is easier for a user to enter in a configuration dialog. To print a single curly brace you can use "{123}" instead. You get a syntax error, because VFP is trying to read everything following the open brace as a number.
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform