0 Members and 1 Guest are viewing this topic.
:While S<E:Disp {A+S}>Char:S++:End
As you describe it, it seems that you only can use a custom text routine. Let's say that S is the offset to the starting letter, E the offset to the ending letter and A the address of your appvar :Code: [Select]:While S<E:Disp {A+S}>Char:S++:EndOf course, it can be optimized.EDIT : I don't remember if this automatically goes to the next line if the right of the screen is reach ...