User Guide

Data Types & Signal Flow
Converting Between Data Types
In most cases you will create links between connectors of the same type. However, FlowBotics Studio supports several automatic and
intuitive conversions between data types which you'll find extremely handy.
String <> Boolean
You can get a boolean value from a string and also convert from a boolean to a string:
Int <> Boolean
Boolean and Int are also interchangeable. Zero represents a false value, any other value is considered to be true.
String <> Float <> Int
You can convert back and forward between strings, floats and ints. Rounding will obviously occur when converting from Float to Int (the
decimal part is just ignored).
78 of 212