[Webtest] Decrement in fieldIndex

Dierk Koenig webtest@lists.canoo.com
Fri, 14 Oct 2005 16:05:50 +0200


> I cant understand how to use step.webtestProperties.my_property =(
> It returns "NaN".. Any suggestions?

NaN stands for 'not a number'.

Your expression may contain some code that tries to
do numerical calculation with a String value.
Depending on your language in use you need to 
explicitely convert it to a number.

cheers
Mittie