1997
Spencer Kimball & Peter Mattis
Associates the specified identifier with the supplied data.
This procedure associates the supplied data with the provided identifier. The data may be subsequently retrieved by a call to 'procedural-db-get-data'.
unknown
Type | Name | Description |
---|---|---|
PF_VALUE | identifier | The identifier associated with data |
PF_INT | bytes | The number of bytes in the data (bytes >= 1) |
unknown | data | A byte array containing data |
None