background image

User Groups Table FieldNames

UGTB  User Groups Table          Complex Value
UGRP  User Group                 Complex Value
UGNM  User Group number          Integer
UGNA  User Group Name            String

4) Summary

The updated definition of a project file is now:
(remember, everything between [ and ] is optional )

Definition of a ProjectFile

PJNM '(' "string" ')'

<SimpleProperty>*

[
VTTB
'{'
   <VTableProp>+

'}'
]

[
UGTB
'{'
   <UserGroup>+
'}'
]

TKLS
'{'
  ( TRAK <ComplexValue> )*
'}'

[
   MKLS
   '{'
     ( MARK <ComplexValue> )*
   '}'
]
'#'

Reviews: