Replaces an existing record with a new version of the same record. Parameter s specifies the record to be updated.
PROCEDURE Record(
h : HANDLE;
s : STRING);def vs.Record(h, s):
return None| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to object. |
| s | STRING | Name of record to be updated. |
Delete any existing record named "s" on "h", Create new record for format named 's', attach to "h".
Record(handleToObj,'Vendor Information');Availability: from All Versions