Update VisualFoxPro.prg
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
* Message Box:
|
|
||||||
MESSAGEBOX("Hello World")
|
MESSAGEBOX("Hello World")
|
||||||
|
|
||||||
* Print to screen:
|
|
||||||
? "Hello World"
|
? "Hello World"
|
||||||
|
|
||||||
* GUI:
|
|
||||||
loForm = CREATEOBJECT("HiForm")
|
loForm = CREATEOBJECT("HiForm")
|
||||||
loForm.Show(1)
|
loForm.Show(1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user