RW_LIST_COOKIES
                
                
                Purpose
                Returns a list of all 
cookies A cookie is a small amount of named data stored by the web browser and associated with a particular page or web site. Cookies serve to give the web browser a memory, so that it can recall user preferences or other state variables when the user leaves a page and subsequently returns, or can pass data between pages. that were submitted by the browser when
requesting the HTML document.
 A cookie is a small amount of named data stored by the web browser and associated with a particular page or web site. Cookies serve to give the web browser a memory, so that it can recall user preferences or other state variables when the user leaves a page and subsequently returns, or can pass data between pages. that were submitted by the browser when
requesting the HTML document.
                Syntax
                RW_LIST_COOKIES(vList)
                Parameters
                vList A variable in which to return the list of cookie names. The list is
 returned as a 
dynamic array A multi-element string variable in which data is divided into elements by attribute marks, value marks and subvalue marks, matching the structure of a Reality file item. The entire array is referenced and stored as a single variable. For more information, refer to the Reality DataBasic Reference Manual. ,
 with elements separated by Attribute Marks.
 A multi-element string variable in which data is divided into elements by attribute marks, value marks and subvalue marks, matching the structure of a Reality file item. The entire array is referenced and stored as a single variable. For more information, refer to the Reality DataBasic Reference Manual. ,
 with elements separated by Attribute Marks.
                Operation
                Lists the first value of each attribute in the cookies input buffer.