PythonScript Xojo Plugin

PythonParameters.UInt64Value Method (console safe)

Sets or gets UInt64 value at given index in the Parameter block.

UInt64Value(
   index as Integer) as UInt64

UInt64Value(
   index as Integer
   assigns value as UInt64)

Parameters

index
Index of the parameter (zero based where first parameter is number zero)
value (assignment parameter)
The value to set

Returns

UInt64

Remarks

See Also

PythonParameters Class