Lexical Class Function
- 已更新2025-07-30
- 閱讀時間為 2 分鐘
Returns the class number for char. If char is a string, this function uses the first character in the string. If char is a number, this function interprets it as the ASCII value of a character.

Inputs/Outputs
char
—
char can be a scalar string or number, clusters of strings or numbers, arrays of strings or numbers, and so on.
class number
—
class number is a number that corresponds to the lexical class. Refer to the ASCII Codes table for the numbers that correspond to each character.
|
Examples
Refer to the following example files included with LabVIEW.
- labview\examples\Comparison\Compare Character Types.vi
char
—
class number
—