1 /* REXX script for rexxbgui.library: test requesters */
3 if ~show
('l','rexxbgui.library') then do
4 if ~addlib
('rexxbgui.library',0,-30) then do
11 call bguiopen
() /* causes error 12 if it did not work */
12 /* supply a second argument for a '0' return code instead of an ARexx
15 signal on syntax /* important: bguiclose() MUST be called */
19 say bguireq
('Test BGUI requester',arg(1))
23 if rc~
=0 then say '+++ ['rc']' errortext(rc) 'at line' sigl
30 say '+++ Break at line' sigl