Table

@Table ("table-name")

This command is optional.

Matches a token if it finds a matching entry in a table of the specified name. The definition of this table used by the parser most likely will differ based on active culture. Table matching is case insensitive. For example, If the token is "BROWN" and the table contains an entry for "Brown", it will be a positive match.

Example

@Table("Given Names")

This command checks to see if a token matches the Givens Names table in Table Management.

To use this command:

  1. Position the cursor where you want the command inserted.
  2. Double-click @Table in the Commands list.
  3. Select the table name.

    If you do not see the table you want, you must create the table in Table Management. For more information, Introduction to Lookup Tables.

  4. Click OK.