while writing an AutoIT Script for Sophos 5, I stumbled across the problem, that I didn't find a way to add two strings. I wanted two have something like this:
CODE
$savdir = @ProgramFilesDir + "Sophos"
but here $savdir gets the value "0".
Anyone got an idea?