Spike Toolbox

STIsValidAddress
Checks for a valid address for a given addressing specification

Syntax
[bValid] = STIsValidAddress(nAddr1, nAddr2, ...) [bValid] = STIsValidAddress(stasSpecification, nAddr1, nAddr2, ...)

Description
This function will check an address against an addressing specification. If no specification is supplied in the argument list, then the default output specification will be used from the toolbox options.

An index should be supplied for each non-ignored field in the address specification. Extra indices will be ignored, but do not make an address invalid.

See Also
Understanding toolbox addressing, STIsValidAddrSpec, STIsValidChannelAddrSpec,


$Id: STIsValidAddress.html 1783 2005-08-31 21:05:51Z dylan $