Wish Class Names

MarkusR

Well-Known Member
Licensed User
Longtime User
i would like to use this without the B4X prefix always.
B4XCollections, B4XFormatter, B4XTable
something like

using B4X
dim c as Collections <- less code and better readable, better code completion at input
dim f as Formatter

or

dim c as B4X.Collections
 
Top