On 17-Dec-04, at 11:53 AM, Dar Scott wrote:
Content in a field that I need to pick up and transfer to an applescript variable (script as a custom property of the button) then send to iCal.
Look at 'do ... as AppleScript'.
I've had that panel of the Help documentation open for a few hours now. This is how I would have done it in Hypercard...
with TheItems as a global:
tell application "HyperCard" to copy variable "TheItems" to TheItems
as one line of my Applescript.
Which object do I address the copy/set command? Revolution doesn't have the dictionary to Get, Set or Copy.
There is a crack in everything. That's how the light gets in. __________<http://home.golden.net/~samu>__________
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
