WRITECOOKIE
Write to a created browser cookie.
Note: cookies are created and updated on a page load is complete.
Example
DIM test$=[]
LET test$["data"]="test"
CREATECOOKIE("kb_test", test$)
WRITECOOKIE "kb_test", "test2", "data"
PRINT cookie$
Output
See also
configuration
| DATA
| DOPEN
| DSELECT
| DSORT
| DSET
| DINSERT
| DWHERE
| READCOOKIE
| CREATECOOKIE