Page 1 of 1

Using of Scrolldisplay command

Posted: Sun Aug 23, 2009 2:00 pm
by kilopondio
Hi fellows!.

I wanted to know if someone has some single sample to use the Scrolldisplay command.
The help mentions that it has 2 arguments but it`s no t very clear so please help me in this stuff.

Thank you and have a nice week!,

Kilo

Re: Using of Scrolldisplay command

Posted: Sun Aug 23, 2009 3:28 pm
by medelec35
If you use this format s,p (except you use just numbers)

Then s= shift direction: 1 is shift right, 0 is Shift left.

p = places

so if you have a string "Hello" that will start at 0,0

Note[ = left edge of display
then if enter in scroll box 1,3 then instead of [Hello it will display [ Hello
or if you enter 0,3 in box then instead of [Hello it will display [lo since shift 3 places to left.


Hope I have made it clear enough. If not I will post a screen shot.

BTW I thought scroll display was in V4 only?

Re: Using of Scrolldisplay command

Posted: Sun Aug 23, 2009 11:17 pm
by kilopondio
Dear buddy,yes you were right, the scrolldisplay command was in FLOWCODE 4 but sorry I didn`t understand very well your explanation.

Please give some real single sample because I didn`t see no sample about this command.

Thank you and sorry for inconviniences!

Kilo

Re: Using of Scrolldisplay command

Posted: Mon Aug 24, 2009 12:40 am
by medelec35
Here is an example. To understand better, watch direction variable and at the same watch LCD.
Then change places variable form 1 to 2 and watch display.

You should notice there are two variables required in the LCD scroll component.
1st variable is to scroll left or right : 0=scroll left 1=scroll right.
2nd variable is number of places to scroll. 1 = one place , 2 = two places, 3 = three places etc.