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?
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