On Thu, Mar 11, 2010 at 10:01 AM, smisonl...@googlemail.com <
smisonl...@googlemail.com> wrote:
> Their is a problem when i set the value to "0"
>
ID = 0;
> textfield.setValue(ID);
>
>
> throws an error and stop the script
>
>
Did you check API documentation? setValue in this case expects String.
Their is a problem when i set the value to "0"
ID = 0;
textfield.setValue(ID);
throws an error and stop the script
ID = 0;
textfield.setValue(ID+"");
works?!? Why?
--
Download IntelĀ® Parallel Studio Eval
Try the new s