Enter the number of output ports for this block. For example:
If Format string has the value of %xmore
text%x and the input vector for the block has
cdmabcdefgh90, you must specify the value of the
Number of variables parameter as 2.
The first variable is assigned the value 0xcd. Next,
the character vector mabcdefgh is considered a match to
more text because:
The second variable is then assigned the value 0x90.
The character vector mabcdefgh does not have to match
exactly the value of Format string. This behavior is
different from the behavior for scanf, which requires an
exact match.
Programmatic Use