November 13, 200619 yr I want to use a custom dialog box to get a element and drop it into a script. Is this possible?
November 13, 200619 yr For the fields in a Custom Dialog, you'll need to use real fields. Globally stored fields are the best choice for a temporary value. You can then use that whereever in your script.
November 14, 200619 yr in your script you *could* use a global field as suggested and the very next step in script could be set var $$whatever to the value of the global field. I agree; this is kinda annoying.
November 14, 200619 yr It's not REALLY annoying, take a look at any programming language... you'll see exactly the same thing.
Create an account or sign in to comment