Why does this work (Public Sub GetFileVersion in Starter Service)
but if the Public Sub is in a Service module called vptftp this
Results in "unknown member getfileversion"
B4X:
Wait for (Starter.GetFileVersion("PC.config")) Complete (fv As Long)
but if the Public Sub is in a Service module called vptftp this
B4X:
Wait for (vptftp.GetFileVersion("PC.config")) Complete (fv As Long)