Skip to content

add: Float.ToString #78

@BeckerStS

Description

@BeckerStS

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions