Returns the type string corresponding to the given type. The result is not nul-terminated; in order to determine its length you must call Variant.typeGetStringLength.
To get a nul-terminated string, see Variant.typeDupString.
the corresponding type string (not nul-terminated)
Since 2.24
Returns the type string corresponding to the given type. The result is not nul-terminated; in order to determine its length you must call Variant.typeGetStringLength.
To get a nul-terminated string, see Variant.typeDupString.