-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ListPtr.Operator_Convert
Andrew Lambert edited this page Jun 7, 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
Converts the passed string array into a ListPtr.
Dim lst As libcURL.ListPtr = Split("PWD;CWD Foo;DELE bar.bat", ";")' convertWiki 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.