Im trying to make a code where AppleScript sets a variable from the text returned of a NSTextField
How would i do so that my AppleScript code recognizes that specific NSTextField and can set the text in it to a Variable?
Code:
set variable to text returned of (NSTexTField)
How would i do so that my AppleScript code recognizes that specific NSTextField and can set the text in it to a Variable?