Class name_value_pair

This class holds a name/value pair.

Constructor

Create a new name/value pair.

ParameterDescription
initname$ The name of this data value.
InitValue$ Initial String value (Optional)

Properties

PROPERTY _version$

Methods

FUNCTION getName$()

Return the name associated with this data.

FUNCTION getValue$()

Return the data value for string data

FUNCTION setName(inName$)

Set the name

ParameterDescription
inName$ The name to be assigned
FUNCTION setValue(inValue$)

Set the data value for string data

ParameterDescription
inValue$ The value to be assigned