I trying the follow job and found limitation with the str2int function. When the value is too large (2200000001.00), the system automatically return 2147483647.
Any solution to solve this?
static void Job1(Args _args)
{
int i;
;
i = str2int("2200000001.00");
print i;
pause;
}
*This post is locked for comments
I have the same question (0)

Report
All responses (
Answers (