| #var
|
value
|
| p_{{{1}}}_desc
|
The key for the key-value pair
|
| p_{{{2}}}_desc
|
The value for the key-value pair. Maximum 2047 characters, or 4095 if using Mono.
|
| p_{{{value}}}_desc
|
The value for the key-value pair. Maximum 2047 characters, or 4095 if using Mono. Note! This value may contain commas.
|
| spec
|
- Maximum memory storage: 128 MiB
Dataserver
The dataserver callback parameters are:
- A key containing the handle returned from [[]]
- A string containing a comma-delimited list (cdl).
llDumpList2String([ integer success ] + components);
String Components
| • integer
|
success
|
–
|
A boolean specifying if the transaction succeeded (1) or not (0).
|
|
| • integer
|
error
|
–
|
An XP_ERROR_* flag that describes why the operation failed.
|
|
|
| caveats
|
|
| table_text
|
The string containing a comma-delimited list (cdl). llDumpList2String([ integer success ] + components);
String Components
| • integer
|
success
|
–
|
A boolean specifying if the transaction succeeded (1) or not (0).
|
|
| • integer
|
error
|
–
|
An XP_ERROR_* flag that describes why the operation failed.
|
|
|