+xns/Data
Message: Increment

+xns/Core/XNSObject
   |
   +--+xns/Core/Message
         |
         +--+xns/Data/Increment


Increments an integer element within an object.

To: Identity containing the element to be incremented.
From: Identity requesting the change.


 

Input
+xns/Core/XNSAddress Address Address of the object containing the element to be incremented.
Integer Amount The quantity by which the element is to be incremented.
String ElementName The name of the element to be incremented.
 

Output
Integer IncrementedValue The new value of the element after being incremented.
 

Input Detail

Address

Address of the object containing the element to be incremented.  

DataType: +xns/Core/XNSAddress
 


Amount

The quantity by which the element is to be incremented.  

DataType: Integer
 


ElementName

The name of the element to be incremented.  

DataType: String
 


 

Output Detail

IncrementedValue

The new value of the element after being incremented.  

DataType: Integer
 


Publishing Identity: +xns
© 2002 XNSORG
Last Updated: 07/09/2002