-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ListPtr.Operator_Convert
Andrew Lambert edited this page Jun 12, 2015
·
14 revisions
#libcURL.ListPtr.Operator_Convert
##Method Signature
Sub Operator_Convert(From() As String)##Parameters
| Name | Type | Comment |
|---|---|---|
| From | String array | An ordered array of strings |
##Notes
This method overloads the conversion operator(=), permitting implicit and explicit conversion from a string array into a ListPtr.
Dim lst As libcURL.ListPtr = Split("PWD;CWD Foo;DELE bar.bat", ";")' convert##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.