PythonScript Xojo Plugin

PythonModule.StringField Method (console safe)

Gets or sets a string field on the module

StringField(
   name as String) as String

StringField(
   name as String
   assigns value as String)

Parameters

name
Name of the field to set.
value (assignment parameter)
The value to set

Returns

String

Remarks

The field does not have to exist on the module. If it does not exist then its added when the setter is called.

See Also

PythonModule Class