Hi all
right now we do:
can we get
or is there a way to do this and I am missing it?
right now we do:
B4X:
Dim s as String = "Its a string" '--- love how we can do this
Dim x As Int
For x = 0 To 100
Next
can we get
B4X:
For x as Int = 0 To 100
Next
or is there a way to do this and I am missing it?