Hey, Just wondering if there has been an easier way devloped to display counter/variables. As for the past few jobs we have just been using the following code and it is getting very annoying as more and more people are wanting counters used. Is it possible to create a text box on the screen for CTouch and dump some code in the text box instead of trying to line up page co-ordinates. [CODE]if ShowingPage ("Counter") then begin ClearScreen; TextPos (230,200); DrawText ('Counter = ', CounterDwayne : 3) ; end;[/CODE] Thanks