field of exitence of variables
Hi!
I'm trying to figura out how do work variable visibility in OS... I'm completely new to it, went accross the forum for 3 days... (very sorry if this issue has already been solved.. i didn't find)
In a form I would like to use a variable defined in a script as the text.or event use another variable
How would I do that?
# widget 0 0 1 1 text_input focus=yes return_accepts=yes stub=TEMPS text="[temps_reponse]" var="[form_var]" set timeout 1 set spacing 10 set rows "2;2" set only_render no set margins "50;50;50;50" set form_var "[type_pb][num_item]_TR" set description "A generic form plug-in" set cols "2;2" set _theme gray widget 0 0 1 1 text_input focus=yes return_accepts=yes stub=TEMPS text="[time_script1]" var="[form_var]"
where time_script1 is the time of appartition of a script (i don't undertand why it's not global by the way)
Thank you very much for your help!
Comments
Hi Bob,
I'm sorry, but I am not sure what exactly it is that you want to achieve. Could you try to rephrase and/or give us more information? For example, could you give an example of what you would see if it did work?
Thanks,
Eduard