launch url "file:/..." with a var [Solved]
Posted: Fri Jun 12, 2015 2:56 pm
Hi to all,
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.
I also tried with some <&> before and after like that:
without success.
Thanks in advance for your help,
Regards, Jean-Paul.
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.