PythonScript Xojo Plugin

PythonResult.IsTuple Method (console safe)

Returns true if the result is a Tuple

IsTuple() as Boolean

Parameters

Returns

Boolean
True if the result is actually a Tuple, else false.

Remarks

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

See Also

PythonResult Class