In VB6 if I write
fixes in the IDE
with a space before and after the equal sign.
B4A leaves
and if I write
leave things as they are written.
If I want to see where I assigned a value to Alpha (search for "Alpha =") do not succeed.
I have to search for "Alpha=" and also "Alpha =" and maybe "Alpha ="
B4X:
Alpha=33
B4X:
Alpha = 33
B4A leaves
B4X:
Alpha=33
B4X:
Alpha = 33
If I want to see where I assigned a value to Alpha (search for "Alpha =") do not succeed.
I have to search for "Alpha=" and also "Alpha =" and maybe "Alpha ="