home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 January
/
pcwk_01_1999.iso
/
Top100sh
/
Macro
/
GrounC
/
data1.cab
/
Example_Files
/
Sample6.gc
< prev
next >
Wrap
Text File
|
1998-08-20
|
288b
|
13 lines
Messagebox("This macro will demonstrate the repeat command, and Goto commands...")
GoTo(":SubRoutine1")
:Return1
GoTo(":TheExit")
:SubRoutine1
Repeat(MessageBox("This is a simple Message box that will repeated 5 times...."),5)
GoTo(":Return1")
:TheExit
MessageBox("Done.")