How to pass an array to postring? I have an xcustomlistview and I want to add the items in a poststring using okhttputils.
This is the string I'm going to use (I just added the string with array only):
In my xcustomlistview, I have 5 textboxes in each row. How can I do this? And how to concatenate smart string? because the string I am going to use is too long. I want to cut it without using a new line.
This is the string I'm going to use (I just added the string with array only):
B4X:
'APIConnection is httpjob
APIConnection.PostString($"${URL}${Path}"$, $"dependants=${this is where the array should be place}"$)
In my xcustomlistview, I have 5 textboxes in each row. How can I do this? And how to concatenate smart string? because the string I am going to use is too long. I want to cut it without using a new line.
Last edited: