PythonScript Xojo Plugin

PythonParameters.StringValue Method (console safe)

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

Returns

String

Remarks

See Also

PythonParameters Class