home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / tools / boxer / located.bas (.txt) < prev    next >
Encoding:
QuickBASIC Tokenized Source  |  1992-04-26  |  1.3 KB  |  26 lines

  1. choice
  2. style
  3. Helper
  4. zoom1
  5. Border
  6. BPRDERC
  7. OTHER
  8. POSSIBILITIES
  9. @    Locatebox
  10. Length
  11. UpRow:
  12. LtCol
  13. LoRow
  14. Border1
  15. anywhere
  16. screen
  17. screen.
  18.  An example of how to pass arugments to subprograms in order to locate a box
  19.  anywhere on the screen.
  20.   17 = ASCII CHARACTER 17
  21.   60 = WIDTH OF BOXT
  22.    3 = LOCATE TOP OF BOX IN COLUMN 3
  23.   10 = LOCATE TOP OF BOX IN COLUMN 3, ROW 10
  24.   12 = LOCATE BOTTOM OF BOX AT ROW 12     
  25. Locatebox
  26.