Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace Statement
Message
From
16/02/2000 19:33:15
 
 
To
14/02/2000 21:48:03
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00332027
Message ID:
00333201
Views:
14
For backward compatibility the comma can be left out. I Guess vfp5 wasn't backward compatible.
The correct syntax is to include the comma


>Good Day to all
>I just want to clarify the
>syntax on replace command.
>
>Example :1
>USE owner IN 0
>SELECT owner
>REPLACE swipe WITH .T.,; && with comma
> excluflag WITH .T. IN owner
>
>Example :2
>USE owner IN 0
>SELECT owner
>REPLACE swipe WITH .T.; && without comma
> excluflag WITH .T. IN owner
>
>Is it just the same? since vf6 accepting the command even with comma "," before the semi colon. Vf5 not accepting example 2 but vf6 accept it.
>
>Regard
>reymund
Previous
Reply
Map
View

Click here to load this message in the networking platform