Page 1 of 1

How to ask for user input and store it in a field??

Posted: 2002-09-16 17:41:30
by El Ga
Hi everyone!!

Does some of you know how can I ask for user input in a script, like it does when it asks for the movie name, and then store that input in the fieldComments variable??

Thanks a lot for your help

Gastón
Rosario, ARGENTINA

Posted: 2002-09-18 13:50:57
by antp
with the Input function, like what is done in all the scripts
To store something in the field Comments, use SetField(fieldComments, 'a value')