Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Seek headaches
Message
From
29/08/1998 21:29:02
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00131292
Message ID:
00131309
Views:
14
Jim,

I believe that "THEN" was introduced in VFP 3. Which would make me consider it (now) a "part of theVFP IF construct".

Cheers,

Jim N

>>Code Example
>>
>>IF SEEK(key, "table", "Index") THEN
>>ENDIF
>>
>>and then return an error of
>>
>>'Table has no index order set'
>>
>>I thought that's that purpose of the 3rd param.
>>
>>Any help...
>>
>Geno,
>
>THEN is NOT part of the VFP IF construct. The syntax is;
>
>IF
> * Code to run if true
>ELSE
> * Code to run if false
>ENDIF
>
>The ELSE is optional. Depending on which version fo VFP you are using the THEN may be ignored or it may cause an error.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform