parse as number even for text if numeric string #452
Reference in New Issue
Block a user
Delete Branch "fis-jscad-params-text"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sometimes a default type for parameter is textual, but code expects number.
This breaks calls to jscad built-in functions in horrible ways as calculations with a string generate NaN.
It is less of a problem if code expects text (much less the case) and gets number.