NET/MASTER Network Control Language (NCL) Reference Summary

Built-in Functions
48 106161 Tandem Computers Incorporated
WORD The WORD built-in function extracts a specified word from a string.
WORD(
string
,
n
)
WORDINDEX The WORDINDEX built-in function returns the character position of the first character
of a specified word in a specified string.
WORDINDEX(
string
,
n
)
WORDLENGTH The WORDLENGTH built-in function returns the length of a specified word in a
string.
WORDLENGTH(
string
,
n
)
WORDPOS The WORDPOS built-in function returns the first position of a word or a phrase of
words within a specified string.
WORDPOS(
phrase
,
string
[,
start
] )
WORDS The WORDS built-in function returns the number of words in a specified string.
WORDS(
string
)
X2C The X2C built-in function converts a string of hexadecimal characters to its ASCII
equivalent.
X2C(
string
)
X2D The X2D built-in function converts a hexadecimal string to a decimal number.
X2D(
string
[,
n
] )
XRANGE The XRANGE built-in function returns a string of ASCII characters in a specified
range.
XRANGE( [
start
] [,
end
] )