Skip to content

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

Clone this wiki locally