Problem when add 1 to variable
Posted: Tue Aug 19, 2008 3:54 am
Hi,
Can you explain me why the result is '01' when add +1 to my variable?
I've this variable:
After procedure:
And result is '01' instead '1'?
Why?
Thansk by advance.
Can you explain me why the result is '01' when add +1 to my variable?
I've this variable:
Code: Select all
<var name="essai" assign="0" />
Code: Select all
<assign name="essai" expr="essai+1"/>
Why?
Thansk by advance.