> Alas, I am declaring it in both place. Have you done this > specific thing successfully in the past?
I've done this as well, although I'm now using the convention of setting "the dialogData" before calling my modal dialog, and then setting the dialogData from the modal dialog before it closes. This works the same as a global, but to me it is better (a) because its intention is to get data from a dialog, (b) I don't need to declare any globals, and (c) I don't have globals "hanging around" that need to be cleared. Check out the Transcript Dictionary under "dialogData". Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
