PythonScript Xojo Plugin

PythonParameters.Int64Value Method (console safe)

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

Int64Value(
   index as Integer) as Int64

Int64Value(
   index as Integer
   assigns value as Int64)

Parameters

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

Returns

Int64

Remarks

See Also

PythonParameters Class