Help - Search - Members - Calendar
Full Version: Howto add two strings in AutoIT?
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
Doc Symbiosis
Hi there,
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?
Acheron
You might try this:

CODE
$savdir = @ProgramFilesDir & "\Sophos"


Notice the backslash welcome.gif
Doc Symbiosis
Stupid me.

Great thanks for the prompt answer.




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.