ResourceFileUpdate() |
Changes the value of a resource in the in-memory resource database. Syntax ResourceFileUpdate( resource )
resource := name:value
Parameters resource spec The required resource contains the resource name followed by a colon (:) and the new value to which the resource is updated.
Example ResourceFileUpdate( *background: blue )
|