07-16-2008 03:45 PM
07-17-2008 03:34 AM
If all you need to do is to be able to see the latest text written to the text box, then using SetCtrlVal (panel, PANEL_TEXTBOX, "Some String"); to add text is the recommended method, as it automatically scrolls to the end of the box. (This should also work with an empty string if you don't want to add any data to the box contents, but I haven't got access to my CVI at the moment so I can't try it.)
JR
07-17-2008 10:51 AM