NetworkValues\SetValue

SetValue(Ancestry, InstanceName, VarName, Value, Revision)

Ancestry is a list of parent modules, separated by a dash (-).

InstanceName is the name of the module instance.

VarName is the name of the variables.

Value is the new value to assign.

Revision is the revision number.

The SetValue module sets the value for a given variable within a given module specified with a specific instance name. The values are stored in a directory called, "NetworkValues" within your application directory. The name and format of the files is identical to that of the Retained variables (see Retained Variables); however, the extension for NetworkValues files is ".NV", whereas the extension for the Retained variable files is ".VAL". SetValue is called via RPC.