Creating numeric types
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

This page was edited 76 days ago on 02/10/2024. What links here