Python3Script Xojo Plugin |
|
Python3Parameters.Int32Value Method
Sets or gets Int32 value at given index in the Parameter block.

Int32Value(
index
as Integer)
as Int32

Int32Value(
index
as Integer
assigns value
as Int32)
Parameters
- index
- Index of the parameter (zero based where first parameter is number zero)
- value (assignment parameter)
- The value to set or get
Returns
- Int32
Remarks
See Also
Python3Parameters Class