Insert a double value in input

Hi everybody how are you

Sorry for the inconvenience, but I wanted to know if someone could help me, because when
I capture a double type variable and insert it into a field, it does not completely insert the value of the variable

What’s the type of variable you are using?
Is the field restricted to avoid Period or comma characters?

The type of variable is Double.
Yes, the field restricts those characters.

that’s the reason, maybe you cannot put a Decimal Number inside a Integer Field. Use Math.Round if possible to fix that

1 Like

Ok, thank you very much

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.