08-04-2008 01:50 AM
08-04-2008 03:14 AM
08-04-2008 04:06 AM
08-04-2008 04:11 AM
Hi,
use Str(Step.Result.Response, "%$d") will return the string to a numeric.
Regards
Ray Farmer
08-04-2008 04:11 AM
you can get the input data as string...
In the post expression of the message pop up step U can convert the step.result.response to numeric by using the Val() function.
For example if you have a local called 'count' then your post expression could be like this.
Locals.count=val(step.result.response)
08-04-2008 04:38 AM