[Beginner] Launch URL issue, URL additional characters
Posted: Tue Jan 13, 2015 6:55 am
I have the following in a textbox, if I copy and paste this into my browser I can pull up the text file.
http://www.mydomain.com/co/1-12-15%2023 ... -3N4G2.txt
When I use the code, there's characters that are added to the URL. Not just your normal URLEncode %20, but "M62A3". Where in the heck is that coming from?
The URL is corrected in the label, but there's hidden characters M62A3 when clicked.
Additional characters are being added to the URL, notice the M62A3.
http://www.mydomain.com/co/1-12-15M62A3 ... -3N4G2.txt
Using LC 7.0.1 RC4 Build 10022 (commercial), on OSX Yosemite, 10.10.1.
http://www.mydomain.com/co/1-12-15%2023 ... -3N4G2.txt
When I use the code, there's characters that are added to the URL. Not just your normal URLEncode %20, but "M62A3". Where in the heck is that coming from?
Code: Select all
put "http://www.mydomain.com/co/"& tFileName into fld "lblLink"
Code: Select all
on mouseUp
Launch URL fld "lblLink"
end mouseUp
http://www.mydomain.com/co/1-12-15M62A3 ... -3N4G2.txt
Using LC 7.0.1 RC4 Build 10022 (commercial), on OSX Yosemite, 10.10.1.