B4J Question Is there a function that returns the B4X type of a variable?

B4JExplorer

Active Member
Licensed User
Longtime User
Hi,

Similar to GetType, which returns the java type that a variable belongs to, is there a similar function which will tell us the B4J type?

So if we have a variable defined as an Int, it would return "Int", rather than "java.lang.Integer"?
 
Top