I'm wondering???
I need to assign some "hidden" variables. In the last version is was simple. You simply LET "variable" = "value"

However, there doesn't appear to be a LET command in V4.

I was just going to make a SCRIPT and just enter it like this:

variable name="variable value"
variable name="variable value"

BUT does anyone know if this will pass the data as variables?

My first attempt was to create text boxes with the data in it and change the colors to that the text box couldn't be seen - Problem - When tabbing through the form, the EDIT boxes(Even the one's I want hidden)become selected.

Any thoughts???