-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ListPtr.Operator_Convert
Andrew Lambert edited this page Aug 11, 2015
·
14 revisions
#libcURL.ListPtr.Operator_Convert
##Method Signatures
Sub Operator_Convert(From() As String)
Function Operator_Convert() As String()##Parameters
| Name | Type | Comment |
|---|---|---|
| From | String array | An ordered array of strings |
##Return value An ordered array of strings
##Notes
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.
##Syntax example
Dim lst As libcURL.ListPtr = Array("PWD", "CWD Foo", "DELE bar.bat")
Dim contents() As String = lst##See also
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.