25.04.2017, 22:43
Well....I now understand the problem.
Simply if I write something like this It doesn't compile:
Obviously if I replace BitMap(bm) with a number in the parameter It works.
The problem is that I use it within a Statement and need to pass a parameter.
Simply if I write something like this It doesn't compile:
Code:
bm.b = 0
*pb.BitMap = Addr BitMap(bm)
Obviously if I replace BitMap(bm) with a number in the parameter It works.
The problem is that I use it within a Statement and need to pass a parameter.