Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Variables can be grouped for display purposes. Grouping makes it easier to find variables when working with projects define a great number of variables. Child groups can be created by using dots in the group name, for example in the image below the group name for Var3 is Parent.Child.

Image RemovedImage Added

Basic Type

By default, variables in FinalBuilder are Variants. Variants can contain various types, which makes them very versatile. With this versatility comes some automatic conversation logic to be aware of. For example if you wanted to store 03 in a variable, the Variant's type inference would deem that to be an integer. In the end storing just the integer number 3. Setting the Basic Type to string would resolve this issue, since the value would always be stored and and retrieved as a string.

...