args() As String Question

giga

Well-Known Member
Licensed User
Longtime User
Do you want to pass an array of strings to a Java library?

Yes I believe that is what the library is looking for. I just need an example.

B4X:
Dim S() As String = Array As String("192.168.1.100", "5600", Null)
rem.main(S)
Log(S)

Does this look right?
 
Upvote 0
Top