vtypeΒΆ

vtype returns the type matrix of a variant matrix.

rm = vtype(vm)

Return Value

rm is a real matrix. Each element has one of the following values:

Value

Description

VNUMBER (0)

Real

VSTRING (1)

String

VCOMPLEX (2)

Complex

VOBJECT (3)

UniScript-Object

VCOMPOINTER (4)

COM-Object Pointer

Parameters

vm

vm is a variant matrix.

Example

vtype([1, "a"])

History

Version

Description

5.30

New.

id-1432771