[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: HELP
fkarmali@traider.ersys.edmonton.ab.ca (faisal karmali) writes:
> H=POS(0)
>or H=PEEK(36)
>On my GS, they return 0.
For 80 columns, these are not supposed to be reliable on any computer. Use:
H=PEEK(1403)
Note that this will work whenever the 80 column firmware is active, even when
in 40 column mode.
>As a side note, V=PEEK(37) returns the vertical position ok on both
>computers.
True.
______________________________________________________________________
|~~~~~~~~~~~~~~~~|~~~~~~~~~~~~~~~~|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| Phillip Vandry | Vandry@Cam.Org | Suicide (n.): What to do if Macs |
|________________|________________|_______________take over the world__|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- References:
- HELP
- From: fkarmali@traider.ersys.edmonton.ab.ca (faisal karmali)