- SETGADVALUES GuiName Will store the values of all the gadgets of a gui into their respective variables. When you declare a gadget which has a value, say : xHSlider L T W H Title Variable Min Max Current ShowStr (here the value is the Current level) or... xTextIn L T W H Title Variable StartingText Bufflength (here the value is the StartingText) Gui4Cli does *not* automatically place the starting value of the gadget in it's Variable. You must do this manually - usually in the xONLOAD event. This provides better control (but can also be a pain..) With this command (which you would also issue, most probably, in the xONLOAD event) you can set the starting values for all the gadgets in a gui, in one go.