Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
About line of instructions
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00650059
Message ID:
00650060
Views:
23
No, you cannot. VFP doesn't allow multiple commands in one line.

>Hello to all, How can write two o more instructions in one line of code, for example :
>
>* My program
>select('Mytable')
>Set order to ('MyIndex)
>Go top
>
>X=1
>Y=2
>Z=3
>
>* I want see this program in two line of code
>select('Mytable'), set order to ('MyIndex'), go top
>X=1, Y=2, Z=3
>
>This save papersheetand make less line of code...
>Is it possible ???
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform