Android Tutorial Converting VB6 to B4A

klaus

Expert
Licensed User
Longtime User
If you look at the documentation:

Not(Value As Boolean)
Inverts the value of the given boolean.
Returns : Boolean

Bit.Not(N As Int)
Returns the bitwise complement of the given value.
Returns : Int

To get help on functions and libraries, do you know agrahams program B4A XML file help viewer.
Or Vaders program Help documentation - B4a Object Browser.

Button1_Click
DoorOpen = NOT(DoorOpen)
is that correct?
Yes !
 

fabio.guerrazzi

Member
Licensed User
Longtime User


I've added some hints

Select case issue
Case <value1>,<value2> Same
Case <value1> To <Value2> unsupported in B4A, use comma separated
Case <value>:statement Same

Redim issue

Type records
Classes and pointers references

Hope that helps
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…