Hi,
I have couple of issues,
1. When I assign number("0XFFFF") to a local variable TEST and when display the TEST variable the value is 0.
2. When I pass a invalid HEX number to the number function it is success and not throwing any exception. ex number (0XFFFZ) and the value of TEST in this case in also 0.
Anything wrong?
Thanks
Shyam