SetObjectValue  Global

The SetObjectValue function changes the private value of the specified instance.

Syntax

Global.SetObjectValue(
     Pointer obj,
     String value)

Parameters

objReference of the object.Required
valueNew text.Required

Return value

The SetObjectValue function has no return values.

Example

Table table new
SetObjectValue(table, "private data")
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia