gringoloco
Programmer
I have a class based on a form class. I want to add an array propery to it. When I use add property in the class designer and enter the name as cColwidths[4] it comes back with an error message "Invalid Name".
(It works OK if I leave off the [4].)
If I create an actual form I can add an array property but I would like it in the class itself.
Can anybody help?
(It works OK if I leave off the [4].)
If I create an actual form I can add an array property but I would like it in the class itself.
Can anybody help?