Hi. This is my first post to this site.Not sure if I'm in the correct thread for this post but here goes...
I am trying to get the user to Input numeric information into 2 global fields, say Global1 & Global2, by using the Input Fields option of the ShowCustomDialog feature. Howver, the information does not seem to be saved to the fields after performing this script step.
Eg.
Set Field (Global1, 0)
Set Field (Global2, 0)
ShowCustomDialog("Enter the 2 numbers:", using Global1 & Global2 as the input fields)
If I choose say 65.7 for Global1 & 33.9 for Global2 in this dialog, when I subsequently check their contents, they both stay as 0 instead of 65.7 & 33.9
Anyone got any ideas why this is happening?