🟧ArgAssert
Function of validation of input types of arguments to the function.
gpm.ArgAssert( any value, number argNum, string expected, number errorlevel )
The function is available by default in the gpm package environment, so just call ArgAssert instead of gpm.ArgAssert
Accept any type names from Enums/TYPE and custom type names created by gpm.AddType.
Example Usage
Last updated