Community
Participate
Working Groups
Testcase: aFloat Float; function start() aFloat = "300"; syslib.writeStdout(aFloat); end ------------ The generated js for aFloat = "300" is this.aFloat = egl.eglx.lang.EFloat64.fromEString("300"); Where formEString method is undefined. ----------- In RBD, this RUIHandler works fine. If string type is not allowed to assign to float type, a compile error should be generated.
Fixed.
Verified in 201110202102