home *** CD-ROM | disk | FTP | other *** search
- /* A program demonstrating how to use RemoteEasyRequest to ask a
- question of the Remote AmiSlate user. */
- parse arg CommandPort ActiveString
-
- address (CommandPort)
- options results
-
- RemoteEasyRequest '"'||"Remote Request"||'"' '"'||"Please Pick a number"||'"' '1|2|3|4|5|0'
- waitevent stem l. message
- EasyRequest Answer '"'||"The remote user picked: "|| l.message||'"' Okay
-
-