kytschBASIC

Put down that phone!
Please view me on real computer.

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