'Array As String("identifier","name","publisher,"trayImageFile","publisherEmail","publisherWebsite","privacyPolicyWebsite","licenseAgreementWebsite","iosAppStoreLink","stickers()","totalSize","androidPlayStoreLink","isWhitelisted")
Array As String("12","App","tray","","","","","","","",stickers,"","")
hi when i create an array of objects i have to set the length of the array at the beginning but what if i would like to add a new object to this array? is it possible? in java it is: var fruits = ["Banana", "Orange", "Apple", "Mango"]; fruits[4] = "Lemon";
www.b4x.com
? @Erel says: "B4A List wraps the Java ArrayList. They are the same thing."
hi when i create an array of objects i have to set the length of the array at the beginning but what if i would like to add a new object to this array? is it possible? in java it is: var fruits = ["Banana", "Orange", "Apple", "Mango"]; fruits[4] = "Lemon";
www.b4x.com
? @Erel says: "B4A List wraps the Java ArrayList. They are the same thing."