Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Long SQL statement
Message
 
 
To
16/09/2002 12:31:09
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00700779
Message ID:
00700866
Views:
8
>should lcSql not be defined, as in
>
>LOCAL lcSql


Yes, it's good programming practice to declare all variables in your program as local.

>I have it declared like this and part of the Sql string is still getting cut off. At least that is the way it appears from looking at the variable in the watch window. Am I looking at this wrong.
In such case I use STRTOFILE() function.
STRTOFILE(lcSql, "mystring.txt")
MODIFY COMMAND mystring.txt
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform