PxPlus User Forum

Main Board => Discussions => Programming => Topic started by: gmundt on May 07, 2025, 09:39:38 AM

Title: Scroll Mnemonic
Post by: gmundt on May 07, 2025, 09:39:38 AM
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?
Title: Re: Scroll Mnemonic
Post by: John Spencer on May 09, 2025, 03:41:09 PM
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