NAME

iosSetObject - manipulate value of object

SYNOPSIS

iosSetObject id value

DESCRIPTION

This command manipulates the value of an object. The id is the return value from a previously called iosCreateObject or iosGetObjectAccess. Value can be any valid value for the type of the object. If the object type is string, the length of the value parameter is automatically trimmed to the maximum length of a string object (currenty 64 chars).
Communiction to the server uses buffering, so you have to call iosFlush, if you want to see the command action immediately. Otherwise the buffer will only be flushed, if it is full.

Example:

iosSetObject 12345678 5
iosSetObject 12345780 10.45
iosSetObject 12345878 {This is a string}

The result is always an empty string.

KEYWORDS


Copyright © 1999 Gerhard Hintermayer.