Newb JSL Question: How to get the content of a Text Edit Box into a variable?
Hi, I'm a beginner in JSL (JMP 13.1) and I'm struggling with the interactive dialog logic especially how to extract the content of a Text Edit Box into a variable. Here is a snippet of a JSL script that does not work (i.e. the variable "prefix" is not updated with the content of the Text Edit Box "tt1).prefix = "";
win = New Window (" TEST ",
<< Modal,
<< On Validate (
if (Is Missing (p
...