Hi
How can I achieve a Map2ArrayOfString function. I want to convert a map to an array of string. For example for use in...
I want to create a method that will return the Array As String from a map.
How can I achieve a Map2ArrayOfString function. I want to convert a map to an array of string. For example for use in...
B4X:
Job1.Download2("http://www.xxxx.yyy/register/register.php", _
Array As String("Action", "CheckRegister", "Imei", imei, "Mail", RegMail.Text))
I want to create a method that will return the Array As String from a map.