home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amoszine 10
/
Amoszine 10 (Disk 3 of 3).adf
/
Amos_Procs.lha
/
Cursor.proc
/
Cursor.amosSourceCode
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
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