Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
cast [2019/05/06 10:24] neilscast [2019/05/31 22:08] neils
Line 5: Line 5:
   cast(<any expression>) | cast!(<any expression>) | cast%(<any expression>)   cast(<any expression>) | cast!(<any expression>) | cast%(<any expression>)
      
-The ''CAST()'' function converts an expression of an type to the required type. If there is a possibility of precision loss or truncation, the compiler will display a warning.+The ''CAST()'' function converts an expression of any type to the required type. If there is a possibility of precision loss or truncation, the compiler will display a warning.