ANYTYPE Data Type

Description

A variable of type ANYTYPE stores data of any type, including user-defined types.

Note: Be careful when you give a variable type ANYTYPE, because 4Test does not perform compile-time type checking on it. However, type checking does occur at runtime.