Navigation:  Classes > bArrayServer >

bArrayServer:PropertyPut()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Sets a property value.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:PropertyPut(

<symProperty>,

<uValue>

) Æ lSuccess

Arguments

<symProperty>The name of the property for which a value is to be set.
Data type:Symbol

 

<uValue>The value that is to be set for the property.
Data type:Usual

Return Value

lSuccessA logical value that indicates whether the value was set for the property.
TRUEThe value was put.
FALSEThe value could not be put.
Data type:Logic

Description

bArrayServer:PropertyPut() examines whether a value already exists for the property. If it does, the existing value is overwritten with the new value otherwise the property and value are appended.

See Also

bArrayServer:PropertyDelete()

bArrayServer:PropertyExist()

bArrayServer:PropertyGet()

 


Page url: http://www.YOURSERVER.com/index.html?barrayserver_propertyput.htm