I didn't find an answer to this question in the help files or in the forum, but it seems there is only one constructor allowed per class definition. Is this correct?
Correct. Although each derived class has its own constructor as well, and they will be called in the correct order.
Constructor overloading and operator overloading are planned for a future version.
Paul
ahh ok, thanks for the info, Paul.