OK, I’m going mad here …
How do I stick 2 strings together?
What do I need to replace the + symbol with in the example below.
local FileName = “logoname.png”
local TheFolder = “pathtofile/”
local urlString = “http://” + TheFolder + FileName
Cheers
Gary [import]uid: 4523 topic_id: 632 reply_id: 300632[/import]
