Hello,

On 1/29/11 6:26 AM, Lee Archer wrote:
Joining strings

Hi, is it possible to join strings?  I’d like to prepend a number to a string prior to processing it to an int?


using + with variables/values holding strings results in concatenation:

$var(x) = "123";

$var(y) = "abc" + $var(x);

Then the $var(y) will be "abc123";

Cheers,
Daniel
-- 
Daniel-Constantin Mierla
http://www.asipto.com