Skip to content

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", ";")' convert

Clone this wiki locally