FromTable

Description:

FromTable causes a branch to the statement named in the branch item of a table entry. This is very commonly used and examples can be seen in many decoders. As in all similar cases, the field in question must have been previously decoded.

If the matching table entry has no branch item then no branch is made and control continues at the next statement in sequence. Omitting branch targets from tables is considered perfectly good practice when it is appropriate. If there is no matching entry in the table then the Default entry, if any, is used.

Parameters:

[Required]

Table

"Which table"


[Required]

Field

"Which field"


Example:

BRANCH (FromTable type type)