Hi,
I have a button click that runs a SUB to create multiple labels. I can give each label a different text value, but I want each label to have a different name with the hopes of writing the data to a file at some point.
This is a snippet of what I have been trying.
B4X:
SherdNum = SherdNum + 1
Dim xyz As String
xyz = "lbl_Sherd_" & SherdNum
Dim xyz As Label