I'm trying to create some classes and I'm not sure how to reference user defined properties of the class from within objects in the class. Thus I'm trying to manipulate the "schema" property of the class from within the click event of a command button.
I tried this.schema without much hope, and indeed it told me it couldn't find a 'schema' property. Likewise with "sentence.schema" where "sentence" is the class name. So what do I do? Or at least, what should I read to figure it out?
Dave Dardinger
I tried this.schema without much hope, and indeed it told me it couldn't find a 'schema' property. Likewise with "sentence.schema" where "sentence" is the class name. So what do I do? Or at least, what should I read to figure it out?
Dave Dardinger