Richard -- I guess I've never had a problem using vars in strings before which is why I don't see why everyone is so against it.

Les -- You're right, I didn't think of that example. I suppose the vars in $String would be terribly misinterpreted with VarsInStrings On right? Well, is there a way even with VarsInStrings to step out of the text? i.e.

Code:
$varone='One'
$vartwo='Two'
$varthree='Three'
$String='CanYouPut"+$varone+"InTheStringAnd"+$vartwo+"AsWellWithoutSomeSpaceDelimiter?'
$String ?



would that work?


Edited by thepip3r (2005-04-20 05:22 PM)