B4J Question [abmaterial] I'm not sure it is a bug?

liulifeng77

Active Member
Licensed User
Longtime User
I have update to version 1.10
if I use
Dim contain As ABMContainer
contain.Initialize(page,"contain"&cm,"")
It shows error.
 

Attachments

  • 1.PNG
    1.PNG
    8.5 KB · Views: 210
  • 2.PNG
    2.PNG
    40.3 KB · Views: 182

alwaysbusy

Expert
Licensed User
Longtime User
just for testing, can you write it as contain.Initialize(page, "contain" & cm, "") ? <-------- note the spaces I used. I'm parsing the B4J bas files to check the 'dynamic' objects you are using. This error has something to do with this procedure. It would be nice if you could send me a zipped project (or just the zipped bas file) so I can run it through my parser and see what is wrong.
 
Upvote 0
Top