Get values from Modal New Window
I am having trouble getting values after I use a modal New Window Box. If I run the example from the JMP 9 Scripting Guide:New Window("Set a Value",<<Modal, TextBox("Set this Value"), variablebox = Number Edit Box(42), Button Box("OK"), Button Box("Cancel"));variablebox<<get;I get this error: "Send Expects Scriptable Object in access or evaluation of 'Send', variablebox<<getOn the...