Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compiler does not catch this syntax error, bug?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00901990
Message ID:
00902081
Views:
27
Dawa,

The & macros prevent the compiler from detecting the error.

>I am sorry guys who replied to my initial message. The sample bug code wasn't true representative of the my actual code. Here is a better one and see if you can compile it with a syntax error:
>
>
>*bug.prg
>LPARAMETERS m.lpcAlias,m.lpnid
>		SELECT &lpcAlias..filenum ;
>			&lpcAlias..a, ;
>			&lpcAlias..b ;
>			&lpcAlias..c, ;
>			&lpcAlias..d, ;
>			FROM  &lpcAlias ;
>			ON &lpcAlias..id = m.lpnid;
>			INTO CURSOR curTemp NOFILTER
>
>
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform