Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Syntax error - Urgent!
Message
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00475084
Message ID:
00476104
Views:
53
> BTW, if there any way to see long strings in Debugger?

The sad yet simple little trick we use here is to use the right() or substr() commands in the watch. Depending on your watch window size the number of character's varies of course.

eg:

right(tmpString, 75)

It doesn't display the entire result but it lets you see the end, which is exactly what you needed in this case.

I'll go back to my little lurking corner now. ^^

- Kevin Yockey
- Kevin Yockey
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform