[F-Script-talk] Point this out
Brought to you by:
pmougin
From: jcb <jc...@fa...> - 2004-08-01 05:12:15
|
How do you send a pointer to an object as a parameter to a message? I set up: error := NSDictionary leScript := NSAppleScript alloc leScript initWithSource:'tell application \"Firefox\" activate end tell' and then try leScript executeAndReturnError:&error no...how about leScript executeAndReturnError:#error leScript executeAndReturnError:error ...none of these are a pointer, which is what executeAndReturnError wants. Help! --jcurns |