Hello friends!
Is there a way to create different views (labels in my case) in for loop like this?
for i = 0 to rows.size -1
Dim lbldistest As Label
lbldistest.Initialize("distest" & i)
lbldistest.Text = pedidoSolicitadoDetalle.dist_estimada
lbldistest.TextSize = 24
next
Is there a way to name them dynamically?
Is there a way to create different views (labels in my case) in for loop like this?
for i = 0 to rows.size -1
Dim lbldistest As Label
lbldistest.Initialize("distest" & i)
lbldistest.Text = pedidoSolicitadoDetalle.dist_estimada
lbldistest.TextSize = 24
next
Is there a way to name them dynamically?