giga Well-Known Member Licensed User Longtime User Jun 29, 2013 #1 I am confused on this from a java library to b4a. How do I code this? One is a String and the other is a Int. Any help appreciated.
I am confused on this from a java library to b4a. How do I code this? One is a String and the other is a Int. Any help appreciated.
Erel B4X founder Staff member Licensed User Longtime User Jun 30, 2013 #2 Do you want to pass an array of strings to a Java library? Upvote 0
giga Well-Known Member Licensed User Longtime User Jun 30, 2013 #3 Erel said: Do you want to pass an array of strings to a Java library? Click to expand... 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
Erel said: Do you want to pass an array of strings to a Java library? Click to expand... 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?