Python3Script Xojo Plugin |
|
Python3Parameters.BytesValue Method
Sets or gets bytes Python memoryblock value at given index in the Parameter block.

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