char

Convert to an unsigned character value or create an unsigned character variable.

Syntax

result = char ( value ) ;

char variable [= value] ;

Arguments

list value

Return Value

char result

Exceptions

%ARGUMENT : Invalid arguments. Usage: char variable [= value] ;

%IDENTIFIER : 'variable' argument is not a valid identifier, literal, or reference

Description

Examples

To execute the example below, press or modify the example to try different variations.

Related Links

uchar