M MbedAndroid Well-Known Member Licensed User Longtime User Mar 23, 2023 #1 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.
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.
M MbedAndroid Well-Known Member Licensed User Longtime User Mar 23, 2023 #2 forget it, the modulename was also alpha....... it's early in the morning Last edited: Mar 23, 2023