🚀 Welcome to MDriven Learn –  MDriven is now on Discord!  Don’t miss the latest Release Notes.
Creating numeric types
This page was created by Lars.olofsson on 2020-06-24. Last edited by Edgar on 2025-08-31.

You can't express certain types as text - for example, a decimal - in EAL.

Instead, use:

Decimal.create(<number>)

For example, Decimal.Create(100) will create a Decimal value of 100.

You can also pass many other value types to Decimal.create() for type casting.



]


]


[[Category:Attributes and data types [Beginner]]]