... ... /* czekaj 10 sekund */ DELAY 10 ... ...
@vojo, post #1
@vojo, post #4
/* Check to see if the support library is installed. If it isn't, add it to the library list. */ if( show( 'L', 'rexxsupport.library' ) )then do if( addlib( 'rexxsupport.library', 0, -30, 0 ) )then do say "Could not open ARexx support library." exit 10 end end say 'DELAY() powinien dzialac' delay(50*10) /* jednostka to 1/50 sekundy */