Wish: Basic coded objects

JesseW

Active Member
Licensed User
Longtime User
I would like to see the ability to create and use objects created in Basic, complete with properties, methods and events, much like we use the B4A and additional library objects. The basic beginnings of TableView that Erel has provided us with would be a very appropriate example of code that could be in a neat little package instead of a collection of variables and sub's. It would also help to disambiguate identifiers.

Wouldn't this be relatively easy to implement since B4A is translated to java before being compiled? A handful of new keywords would do the trick. Googles Simple, which seems to have taken a lesson from VB, has a very nice implementation interface that could be used as a guide.

This is an awesome idea :sign0162:
 
Top