READCOOKIE
Read from a 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$)
DEF cookie$=READCOOKIE("kb_test", "data")
PRINT cookie$
Output
See also
configuration
| DATA
| DOPEN
| DSELECT
| DSORT
| DSET
| DINSERT
| DWHERE
| WRITECOOKIE
| CREATECOOKIE