Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
About line of instructions
Message
From
27/04/2002 17:14:45
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00650059
Message ID:
00650063
Views:
21
>Hello to all, How can write two o more instructions in one line of code, for example :

You can run as much code as you want with one printable line. Why the number of lines matters is beyond me.
execscript("select('mytable')" + chr(13) + "set order to ('myindex')" + chr(13) + "go top" + chr(13) + "x=1" + chr(13) + "y=2" + chr(13) + "z=3")
Perhaps, for saving space when printing out your application (which is like taking a couple steps back in itself) you coudl trying using the UML to model your application more effectively.
Previous
Reply
Map
View

Click here to load this message in the networking platform