64
Using User Data in a Script
Now that you've prompted your users for information, the Userdata object lets you use that information
in your script. The Userdata object contains one property for each question that you prompted your
user for. For example:
In the example script on the next page, there are three user data items. These items can be accessed
by the script as:
•
Userdata.LoanType (which is a string)
•
Userdata.EmailAdd (which is a string)
•
Userdata.term (which is an integer)