home *** CD-ROM | disk | FTP | other *** search
- * choice and key should be public variables
- parameter choice, row, col, rows, cols,;
- total, sep, width, backgrnd, color
- menubar = chr(choice) + ' ' + chr(row+1) + chr(col+1) + ;
- chr(rows) + chr(cols) + chr(total) + chr(sep) +;
- chr(width) + chr(backgrnd) + chr(color)
- call menubar with menubar
- choice = asc(substr(menubar,1,1))
- key = asc(substr(menubar,2,1))
- return
-