Here is an AppleScript that asks you to choose a file and tells you the comment attached.
You can use this from with a Revolution script and have it return the comment which you can then read as "the result".


tell application "Finder"
        set tFile to choose file
        set tComments to the comment of tFile
        
        display dialog tComments
end tell

Cheers,
Sarah
[EMAIL PROTECTED]
http://www.troz.net/Rev/

On Friday, March 28, 2003, at 01:14 am, rom1 wrote:

Hello, i'm working on an on-screen portfolio. I'd like to get the text from
that comments-field in the info window.
Anyone here knows how to do it ?


Romain
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution




_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to