04-01-2008 09:19 PM
04-02-2008 04:14 AM
Well the easiest way to do this is to create a numeric control on your panel and set it as an indicator for the double data type. Then you can simply do a:
SetCtrlVal (panel, PANEL_NUMERIC, double_value_to_display);
JR
04-02-2008 05:17 AM