Need help with video terminal display
Andy "A Man With A Plan"
Posts: 45
I am using the video terminal object. I was wondering if their is a way to have the prop refresh just the variable and not the whole line? for example
what I have:
x = 23
x = 23
x = 24
x = 23
x = 25
x = 23
you get the point
what I want is
x = 23
In short I do not want it to stream down the page.
Thanks
what I have:
x = 23
x = 23
x = 24
x = 23
x = 25
x = 23
you get the point
what I want is
x = 23
In short I do not want it to stream down the page.
Thanks
Comments