Hi, programers
I need a small help regarding scrolling with GET command.
One of my memory variable is 25 char length. Due to space limitation on the screen, I wanted to do a prompt imput for this variable with 10 char spaces (but still let user input upto 25 char by scrolling to the left), so I use "@S10" picture function. But the result on the screen is:
[123456789 ]
It scrolls to the left on the "9" spot, but it still occupy 25 spaces on the screen.
I guess I am using wrong format.
Is there a correct way to do this?
Thanks.
Larry
I need a small help regarding scrolling with GET command.
One of my memory variable is 25 char length. Due to space limitation on the screen, I wanted to do a prompt imput for this variable with 10 char spaces (but still let user input upto 25 char by scrolling to the left), so I use "@S10" picture function. But the result on the screen is:
[123456789 ]
It scrolls to the left on the "9" spot, but it still occupy 25 spaces on the screen.
I guess I am using wrong format.
Is there a correct way to do this?
Thanks.
Larry