Skip to content

Value type error in strings that are pure numeric  #42

@ThomasReistad

Description

@ThomasReistad

When using strings that look like integers , the "" marks are omitted . Value is 1 , not "1" for string.

Documented here https://forum.futurehome.io/t/best-practice-development/3931/2?u=thomasr

Generated code (FROM MAP) :

"LValue": {
"Value": "1",
"ValueType": "int"
},
"RValue": {
"Value": 1,
"ValueType": "int"
}

or

"LValue": {
"Value": 1,
"ValueType": "string"
},
"RValue": {
"Value": "A01",
"ValueType": "string"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions