|
Syntax
|
.Create MetaClass "Object Type"
|
|
Example
|
.Create .MetaClass "Company Object Type"
|
|
Syntax
|
.Update .MetaClass "MetaClass" ._NameLength Length -
._NameCaseSensivity "Conversion Code" -
._NameFirstCharExclude "Chars To Exclude" -
._NameCurrentCharExclude "Chars To Exclude" -
._NameLastCharExclude "Chars To Exclude"
|
|
Example
|
.Modifier .MetaClass "Programme" ._NameLength 16 -
._NameCaseSensivity "U" -
._NameFirstCharExclude "&é(-è_çà)=^$ù*¤!:;,<>?}êîûôöïüÿ" -
._NameCurrentCharExclude "0123456789*?.:,+- "-
._NameLastCharExclude "&é(-è_çà)=^$ù*¤!:;,~#{[|`\^@]}êîûôöïüÿ"
|