Creo™ Schematics 4.0 Help Center > Working with Designs > Error Messages > Text Format Error Messages When Declaring Fields and Functions
  
Text Format Error Messages When Declaring Fields and Functions
<proc not correctly terminated <procedure declaration>
The system returns this error message if it detects a format string that contains a procedure opening square bracket character [ without a corresponding procedure closing square bracket character ].
* 
Because procedures can be nested, there must be an equal number of opening and closing brackets.
<field not correctly terminated <field declaration>
The system returns this error message if it detects a format string that contains a field opening angle bracket character > without a corresponding closing angle bracket character <.