
Search found 2 matches
- Fri Jun 12, 2015 5:25 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: launch url "file:/..." with a var [Solved]
- Replies: 3
- Views: 2982
Re: launch url "file:/..." with a var [Solved]
Glad you did it! 

- Fri Jun 12, 2015 3:12 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: launch url "file:/..." with a var [Solved]
- Replies: 3
- Views: 2982
Re: launch url "file:/..." with a var
Try
launch url ("file:" & gLePathFolder)
or
launch url ("file:" & gLePathFolder & "/yourFile.pdf")
in case your pdf is not already within your global var
launch url ("file:" & gLePathFolder)
or
launch url ("file:" & gLePathFolder & "/yourFile.pdf")
in case your pdf is not already within your global var