CastAny
Category: Variables
Since engine version: 4.9.6.0 CR
Description
Converts a value to the type any, triggering type guessing.
Syntax
any CastAny
(any Value);
Parameter
- Value:
Data to convert.
Remark
Casts the passed value to any, triggering type guessing. In the majority of cases it will return the same value as passed, except when type guessing yields a different type.
Fulgen, August 2016