-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ListPtr.Operator_Convert
Andrew Lambert edited this page Nov 7, 2023
·
14 revisions
Sub Operator_Convert(From() As String)
Function Operator_Convert() As String()
Name | Type | Comment |
---|---|---|
From | String array | An ordered array of strings |
An ordered array of strings
This method overloads the conversion operator(=
), permitting implicit and explicit conversion to and from a string array and a ListPtr
.
String elements are copied from the source to the destination. When converting from a string array the ListPtr will be emptied first.
Dim lst As libcURL.ListPtr = Array("PWD", "CWD Foo", "DELE bar.bat")
Dim contents() As String = lst
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.