How do I set the contents of a text label? I’ve tried…
set value of testLabel of testLabel to "blah"
set text field "LBL" of window "TEST" to "blah"
set value of text field "LBL" of window "TEST" to "blah"
set contents of text field "LBL" of window "TEST" to "blah"
This is sorta related, how do I set a variable to the text returned of a text box and set the title of a window?
I’m used to AppleScript and very new to ASOC!