-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various FLOAT->STRING problems with SetFixed(TRUE) and SetDigitFixed(TRUE) #321
Comments
Fix breaks other areas of num to string conversions, so will be temporarily rolled back. Note from Robert: I remember from the VO runtime source that Ntrim disables the SetFixed for the duration of the Ntrim function. That is why I did that too and it solved most of the problems. |
Unit test METHOD ValTests_fixed() AS VOID fails when activated. So there is still something wrong. Most likely in the TransForm function and not in the Val() functions |
Robert, yeah, I had reverted the fix for this, because it was causing other problems. I will look into a proper fix. Btw, those issues were found by myself while testing stuff, not reported by a user. |
All following are old incompatibilities with VO:
The text was updated successfully, but these errors were encountered: