-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Adding additional conversions like : (L)REAL <> STRING would be nice, since there is no such comfort function as of now.
add functions (if feasable):
Float.ToString (str : REAL, value => STRING) : BOOL;
Float.ToString (str : REAL, value => WSTRING) : BOOL;
Float.ToString (str : LREAL, value => STRING) : BOOL;
Float.ToString (str : LREAL, value => WSTRING) : BOOL;
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request