R
rubicam88
Guest
I using skill language on IC5.0.33_USR3.16.35
The evalstring function is used to convert the character string into
the
numerical value.
There is a thing with a not correct return value.
What is this?
The evalstring function is used to convert the character string into
the
numerical value.
There is a thing with a not correct return value.
evalstring("111")
111
evalstring("010")
8
evalstring("110")
110
What is this?