-
-
Notifications
You must be signed in to change notification settings - Fork 0
CookieEngine.Value
Andrew Lambert edited this page Jan 3, 2023
·
3 revisions
CookieEngine.Value
Function Value(Index As Integer) As String
Sub Value(Index As Integer, Assigns NewValue As String)
Name | Type | Comment |
---|---|---|
Index | Integer | The index of the cookie whose value is to be read. |
Name | Type | Comment |
---|---|---|
Index | Integer | The index of the cookie whose value is to be updated. |
NewValue | String | The new value of the cookie. |
The value of the specified cookie.
Gets or sets the value of the specified cookie.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2021-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.