ok I tried it and done first example
b = 10
l=50
t=500
w=300
h=300
X="BO"
a=5
rem AddEditText(a, l, t, w, h, "dai numero")
rem AddToggleButton(X, l, t, w, h, "dai numero")
MsgBox(a)
b = b + IIf(a = 5, 1, -1)
MsgBox(b)
rem print b
end
have you exaple about input from consolle I tried AddEditText but how to go ahead after inserted a value? have you some hmtl with examples
In any case thanks
flavio