home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
WINDOWS
/
PROGRAM
/
WINB30A.ZIP
/
SIMPLE.WBT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1991-02-17
|
328 b
|
9 lines
; Simple.wbt - a very simple WBT file to demo the WInMacro function
if param0==0 then goto noparms ;Any passed parameters?
Message("Simple param1 is",param1) ;Show the first one.
exit ;ByeBye
:noparms
Message("Simple","No parameters used in call") ;Getting the idea?