Parameter Type Description
inObject Longint inTag String inValue Longint A handle to an object
→ Tag of the item to set → Long to store→
Discussion
OT PutLong puts inValue into inObject.
If inObject is not a valid object handle, an error is generated and OK is set to zero.
If no item in the object has the given tag, a new item is created.
If an item with the given tag exists and has the type Is Longint, its value is replaced.
If an item with the given tag exists and has any other type, an error is generated and OK is set to zero if the OT VariantItems option is not set, otherwise the existing item is deleted and a new item is created.
See Also

