home *** CD-ROM | disk | FTP | other *** search
AMOS Source Code | 1991-12-03 | 331 b | 15 lines |
- Procedure CURSOR
- ' By John Smit
- ' Used to change cursor to 1 line - not the fat ugly 2 line cursor
- ' This is done becouse this is an Amiga - Not a Vic 20 !!!!!!
- X=Free
- Dim L(8)
- For X=1 To 7
- L(X)=%0
- Next X
- L(8)=%11111111
- Set Curs L(1),L(2),L(3),L(4),L(5),L(6),L(7),L(8)
- End Proc
- '
- ' example
- CURSOR