OT GetRecordTable(inObject; inTag) Number
→
Parameter Type Description
inObject Longint inTag String Function result Number A handle to an object
→ Tag of the item to retrieve → The retrieved item’s table number ←
Discussion
OT GetRecordTable retrieves the table number from the packed record data in the item referenced by tag. The contents of the item must have been set with OT PutRecord. The table used to store the packed record is the table whose number will be returned.
If the object is not a valid object handle, or no item in object has the given tag, zero is returned, an error is generated and OK is set to zero.
If an item with the given tag exists and has the type OT Is Record, the number of the item’s original table is returned.
If an item with the given tag exists and has any other type, zero is returned, an error is generated and OK is set to zero.
See Also
OT GetRecord, OT PutRecord OT GetString (inObject; inTag) String

