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

StringValue(
index
as Integer)
as String

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