home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A.C.E. 1
/
ACE CD 1.iso
/
files
/
utils
/
acroarex.dms
/
in.adf
/
Public_Domain
/
PD_STUFF.lha
/
RexxIntuition
/
Scripts
/
Msg.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1992-05-30
|
360 b
|
13 lines
/* An example of using the dissidents rx_intui.library */
wind=rxi_GetWindow('Show Req',,,,,,,,)
IF wind == '' | wind == 0 THEN SAY 'Window open error'
/* Present an Automessage to the user. This one only has an OK (returns 1) */
ans=rxi_MsgOne(wind,'This is an automessage')
/* Print out the returned answer to the CLI */
SAY ans
wind=rxi_EndWindow(wind)