Scroll Mnemonic

Started by gmundt, May 07, 2025, 09:39:38 AM

Previous topic - Next topic

gmundt

I am trying to use the scroll mnemonic based on some BBx code and having some issues.

print 'scroll'(4,7,76,17)

print @(4,23)"Enter Memo / Item, F3-End, F4-Backup" is printing over the top of line 1.

Any recommendations or suggestions?

John Spencer

Hello:
My guess is that the defined scroll region is not large enough for a line @ 23 - so it is wrapping to the top. I say 'guess' as I get an err 29 when I try to execute that code.
hth
John Spencer