[Gambas-user] Array.Add question

Charlie charlie at ...2793...
Wed Jul 15 13:09:48 CEST 2015


Try this: -

Dim sTest As New String[1, 2] 

sTest[0, 0] = "Hello"
sTest[0, 1] = "World"



--
View this message in context: http://gambas.8142.n7.nabble.com/Array-Add-question-tp52019p52020.html
Sent from the gambas-user mailing list archive at Nabble.com.




More information about the User mailing list