This page is also available in 2 other languages
Change language 

word()

[Conversion]

Description

Converts a value to the word data type.

Syntax

word(x)
word(h, l)
(word)x (C-style type conversion)

Parameters

x: a value. Allowed data types: any type.
h: the high-order (leftmost) byte of the word.
l: the low-order (rightmost) byte of the word.

Returns

Data type: word.

See also