Bug? variable name and module name issue

MbedAndroid

Active Member
Licensed User
Longtime User
try this; Public Sub AlphaShape(points() As iPair, alpha As Float)
will give "variable name is identical to module name" warning....

"alphashape" <> "alpha", b4j triggers on the part of the name?
extending the word "alpha" to "alphas" solves this issue.
 

MbedAndroid

Active Member
Licensed User
Longtime User
forget it, the modulename was also alpha....... it's early in the morning
 
Last edited:
Top