TV_Text & string variables
Sariel
Posts: 182
Maybe I am just missing something, but I cannot get TV_Text to let me use a variable for a text position. I would like to have a variable, Let's call it "V" that steps through lines to be displayed. I am trying something like this line....
text.str(string($A,24,$B,(V),$C,4,"NerpyLine"))
I would like "V" to increment after displaying, so the next time it has to say "NerpyLine" it is on the next line, and not over lapping itself, and do this without a lot of extra code. Is this possible, and if so, How? Is there another Text based TV driver that I can use that would be better suited that I can (hopefully) drop into place with my code, making minimal changes (if any)? I have looked at the Obex, and nothing screams out at me as having the feature I need. I just cannot believe I am the only one that has ever needed this.
text.str(string($A,24,$B,(V),$C,4,"NerpyLine"))
I would like "V" to increment after displaying, so the next time it has to say "NerpyLine" it is on the next line, and not over lapping itself, and do this without a lot of extra code. Is this possible, and if so, How? Is there another Text based TV driver that I can use that would be better suited that I can (hopefully) drop into place with my code, making minimal changes (if any)? I have looked at the Obex, and nothing screams out at me as having the feature I need. I just cannot believe I am the only one that has ever needed this.
Comments