Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Basic User Input to search and report
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00355661
Message ID:
00362753
Views:
15
Can you explain to me the correct usage of [ and ] ? How does it differ from using quotes? It's called quote encapsulation right?
What is the literal here you refer to? I looked up literals in SQL statements in VFP Help and it explained defining literals with the ESCAPE clause but I see none here.
Thanks

>>SELECT * FROM client ;
>>WHERE group_code = [&cGroupCode] ;
>>INTO CURSOR Mycursor
>
>**I've never seen a literal with macro-expansion and quote encapsulation. Is this all really necessary?
>

>The definition of a literal doesn't go away. You convert the memvar reference >which does go away to a literal by this
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform