home *** CD-ROM | disk | FTP | other *** search
- #command @ <row>, <col> [SAY <sayxpr>] ;
- GET <var> ;
- [COLOR <color>] ;
- [WHEN <when>] ;
- [SEND <msg>] ;
- WITH RADIOBUTTONS <buttons> ;
- [<horiz: HORIZONTAL>] ;
- [<nobox: NOBOX>] ;
- [<double: DOUBLE>] ;
- ;
- => setpos( <row>, <col> ) ;
- ; dispbegin() ;
- ; aadd( GetList, _GET_( <var>, <(var)>,"9",, <{when}> ) ) ;
- [; atail(GetList):colorDisp(<color>)] ;
- [; atail(GetList):<msg>] ;
- ; dispout(" ") ;
- ; RadioBtnNew( atail(getlist), <{when}>, ;
- <row>, <col>, <sayxpr>, <var>, ;
- <buttons>, <.nobox.>, <.double.>, <.horiz.> ) ;
- ; atail(getlist):reader := { |get| RadioBtnReader( get, ;
- <.nobox.>, <.horiz.>, ;
- <sayxpr> ) } ;
- ; dispend()
-