Hello,
What is the logic of the autocomplete for variables?
It seems to skip several items that could've been picked aswell.
when using varAbc, varBca & varCab it seems to select the first one
What is the logic of the autocomplete for variables?
It seems to skip several items that could've been picked aswell.
B4X:
Dim lvlAbc As Int
Dim lvlData As String
Dim lvlSize As Int
Dim lvlTime As Int
lv '<- type lv here
when using varAbc, varBca & varCab it seems to select the first one