It would be nice to have macros that:

1. Returned the cursor position:
$x = @CursorX
$y = @CursorY

2. Returned the maximum cursor positions (screen dimensions)
$x = @ModeX
$y = @ModeY

It would be nice to have a function that:

3. reads the screen and put the info into a string.

$string = GetScr($x,$y,$numchars)

Brian

[ 20 June 2002, 20:43: Message edited by: BrianTX ]