Hallo all,
is it possible in B4A to appand Chars to Variable names?
Example:
Dim btn0, btn1, btn2, btn3, btn4, btn5, btn6, btn7, btn8, btn9 As Button
Dim Nr As Byte
for Nr = 0 to 9
btn&"Nr".Top = 10
next
i know that Nr is not a Char in this example.
Grobi
is it possible in B4A to appand Chars to Variable names?
Example:
Dim btn0, btn1, btn2, btn3, btn4, btn5, btn6, btn7, btn8, btn9 As Button
Dim Nr As Byte
for Nr = 0 to 9
btn&"Nr".Top = 10
next
i know that Nr is not a Char in this example.
Grobi