UPDATE GuiFile GadID Value This command will update the specified gadget to display the new value you have specified. GuiFile - The name of the GUI file the gadget resides in. (or #This) GadID - The @{" ID number " LINK "GadID"} you have given to the gadget Different gadgets have different update values you must give, as follows : Buttons - No update Checkbox - 1 = Checked, 0 = Unchecked Sliders - New current level of slider Listview - New line number - 1st line is line 0 Radio Buttons - Number of chosen button - 1st choice is No 0 Cycler - Number of current choice - 1st choice is No 0 TextIn - New Text Text - New Text Timer - New Time/Interval - will also re-start the timer example : ---> For a TextIn (xTEXTIN) type gadget in file MyGui.gc, having an ID of 3 : Update MyGui.gc 3 "New Text" ---> For a Cycler type gadget.. Update MyGui.gc 5 2 ;This will make the 3rd choice the current one.