| Python3Script Xojo Plugin |
|
Python3Parameters.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 or get
Returns
- Int64
Remarks
See Also
Python3Parameters Class