I'm using v6.51. When the return type of the property is an Int, the entire sub name is presented in the instance of a class. For instance, the code is:
When you call the instance of the class, instead of presenting only the "NormalBalance", the entire sub name is presented which is "getNormalBalance." But it's not the case when I change the data type into a String. Is this a limitation or a bug?
B4X:
public sub getNormalBalance
When you call the instance of the class, instead of presenting only the "NormalBalance", the entire sub name is presented which is "getNormalBalance." But it's not the case when I change the data type into a String. Is this a limitation or a bug?