myField ConsoleField {
name="myFieldName",
position=[1,31],
fieldLen=20,
binding = "myVariable" };
* ConsoleField
{ position=[2,5], value="Title: " };
When you declare a named console field, use the same name for the console field and for the value of the name attribute within the console field. However, different names are valid for those two uses. Reference the console field name (like myField) when access to the console field is resolved at generation time. Reference the name-attribute value (like myFieldName) when access is resolved at run time, as when the console field defines an event in the openUI statement.