Python3Script Xojo Plugin

Python3Result.IsTuple Method (console safe)

Returns true if the result is a Tuple

IsTuple() as Boolean

Parameters

Returns

Boolean

Remarks

When the result is a Tuple then it might contain multiple values, which can be read with Python3Parameters class via the TupleValue property.

See Also

Python3Result Class