Hi,
once again a beginner’s question …
I created a global array in the property-section of a module. The Name is “dblBarwertKum()”, its type is double and its scope is set to global.
Now i want to fill the array in an action event by using this code:
dblBarwertKum.append = dblBarwert(0)
But the “answer” XOJO returns is “This item does not exist”.
I also tried changing the name to “dblBarwertKum(-1)” … without changes to the error-message
Can you help me in solving this problem?
Thanks in advance
Peter