Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i need to have a list box with numbers from 0 to 100 (jump every 10)(10,20,30,,,,100)
called number.
this list box does not have to depend on nothing
i just need this number to be stored as a variable so i can use it dynamic.
Look at the attached file
Which number has to be stored? the selected number or any number in random order?
the numers 10,20,30,40,50,60,70,80,90,100
the selected
You can either store it directly like this
vVar
=FieldName
or use a trigger to save the value to the variable
can u write me the entire script please
Look at the attached file
Or may be this, If more than one
=Concat(FieldName, ',')
i dont have a field/
i need one
Sounds like you just need an Inputbox.
Set one up with a variable of your choosing, with the following settings