[Wish] - Using

Vader

Well-Known Member
Licensed User
Longtime User
Can we get the Using block feature?

ie:
B4X:
Using Serial1
    Serial1.Initialise
End Using

At the End Using, Serial1 goes out of scope (and can be cleaned up by the Garbage Collector)
 
Top