Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Code Standards
Message
 
To
02/10/2003 17:14:20
General information
Forum:
Visual FoxPro
Category:
COMCodebook
Title:
Miscellaneous
Thread ID:
00832733
Message ID:
00834535
Views:
47
>snip
>Since I haven't seem mine...
>
*   Fred's indentation:
>IF x = 2 ;
>   AND y = 3 ;
>   AND z = 4
>   *
>   a = 12345765
>ENDIF
>
>*   your indentation:
>IF  x = 2 ;
>AND y = 3 ;
>AND z = 4
>   *
>   a = 12345765
>ENDIF
>
>*    my indentation
>IF m.x = 2    ;
> AND m.y = 3  ;
>  AND m.z = 4 ;
>   AND m.a = 5
>    a = 1234567
>ENDIF
>>
>>
>>>
>SNIP

I have to vote on Tuesday for the California Governors Recall Election, so I want to cast a vote for Fred’s example, to get ready for the “real thing” next week. :)
Previous
Reply
Map
View

Click here to load this message in the networking platform