Hi all,
In the following code I tried to delete the prefix but I got a runtime error "Too many parameters"
Any help in correcting the syntax appreciated.
In the following code I tried to delete the prefix but I got a runtime error "Too many parameters"
B4X:
'astream.InitializePrefix(sp.GetInputStream, True, sp.GetOutputStream, "astream")
astream.Initialize(sp.GetInputStream, True, sp.GetOutputStream, "astream")
Any help in correcting the syntax appreciated.