Hi,
I do want to define two variable in the order say a1, a2. and i want to create a new a3 by first assigning it to a2 and then prepending a1 to a3.

I want this exact way of working ( i mean, i can't assign a1 to a3 first and then += the a2)


thanks & regards,
Bhargava