Skip to content

CookieEngine.Value

Andrew Lambert edited this page Jan 3, 2023 · 3 revisions

Method Signature

 Function Value(Index As Integer) As String
 Sub Value(Index As Integer, Assigns NewValue As String)

Parameters

Value(Integer) As String

Name Type Comment
Index Integer The index of the cookie whose value is to be read.

Value(Integer, Assigns String)

Name Type Comment
Index Integer The index of the cookie whose value is to be updated.
NewValue String The new value of the cookie.

Return value

The value of the specified cookie.

Remarks

Gets or sets the value of the specified cookie.

See also