-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.CookieEngine.Value
Andrew Lambert edited this page Nov 26, 2022
·
9 revisions
libcURL.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 to get. The first cookie is at Index 0
|
Name | Type | Comment |
---|---|---|
Index | Integer | The index of the cookie to set. The first cookie is at Index 0
|
NewValue | String | The new value for the cookie |
The cookie value.
Gets and sets the value of the cookie at Index
.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.