With realbasic, how can I set the contents of a text field to a variable in AppleScript. Here is the idea.. I want to set the contents of a text field to the variable "theContents" then I want to activate an applescript:
display dialog theContents
Easy enough, right? Thanks.