Hello,
I've got an object with properties, and the init of it has the statement:
DIMENSION THIS.haContactPersoon(3,5)
haContactPersoon is a propertie from the object. On this statement I got the error:
'haContactPersoon' is not an array.
Is it not allowed what I wan't, or what is the problem?
If I delclare a new variabele instead of a propertie as an array, I didn't got an error.
Thanks
Charl
I've got an object with properties, and the init of it has the statement:
DIMENSION THIS.haContactPersoon(3,5)
haContactPersoon is a propertie from the object. On this statement I got the error:
'haContactPersoon' is not an array.
Is it not allowed what I wan't, or what is the problem?
If I delclare a new variabele instead of a propertie as an array, I didn't got an error.
Thanks
Charl