I'm using a Function by to get the Date/Time taken of a Photo. What I can't get my head around is the Date returned contains ??'s when shown in the Console of SciTE, but in a MsgBox() this isn't the case. My intention is to convert the date from 26/02/2011 15:15 to 26-02-2011, which as you can see in _Example_2() is working, so it isn't the SRE that's the problem. I have substituted ?? in the SRE (no use!) Tried StringReplace(), String() but to no avail. If anyone has an idea or a reference