?

In Rb:

dim myVariable as string

myVariable = myScript(myParameter)

In AppleScript:

on run(myParameter)
 ...script that does something useful
 return myReturnValue

end run

Is that what you are asking?

On Jan 29, 2006, at 14:29, Joe Cabrera wrote:

Nope, I didn't know that and can't believe how easy that was!

But it does bring up my next question: is there some consistent way to get AppleScript to feed data back to REALBasic as easy as using "run" to go the other way?


--
David Glass - Gray Matter Computing
graymattercomputing.com - corepos.com
559-303-4915

Apple Certified Help Desk Specialist

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to