New topic Closed topic
avatar image
1
What does float() in an expression?
By Created , last editted

Hello,


I'm working on an app right now and have seen float() in a price expression.

Can't find this in the betty doc. What does it do?


THNX!


Hello,


I'm working on an app right now and have seen float() in a price expression.

Can't find this in the betty doc. What does it do?


THNX!

  • Avatar image
    It tries to cast the value to the float data type. Including strings so then you might be able to calculate with it which might not work correct if you don't.
    By
  • Login to reply
Answers
Sort by:

This topic is closed.