Could you tell me how to use the <launch url> command with a var inside ?
I didn't find any example in the dictionnary...
The script below does nothing because I use a global var <gLePathFolder> to give the main path.
Code: Select all
global gLePathFolder -- this path folder is correct for sure, and the file <Aide.pdf> is in there !
on mouseUp
launch url "file:/gLePathFolder/Aide.pdf"
end mouseUp
Code: Select all
launch url "file:/&gLePathFolder&/Aide.pdf"
Thanks in advance for your help,
Regards, Jean-Paul.