LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!
tFilename contains a path to the file on a server and in the variable inspector it looks absolutley fine, however when it launches a browser to view the file, it's adding the characters "%0D" to the end of the URL and the browser is giving me a file not found error.
It's important to note that %0D (the number 13) is the ASCII character for CR. Simply put: you have a newline at the end of your URL string and need to get rid of it.