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

If you need help on how to use the program
Post Reply
El Ga

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

Post 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
antp
Site Admin
Posts: 9668
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post 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')
Post Reply