Function EN Version 1.90

@Char

Float List Misc NUMBER Text

Syntax

@Char(FN1);
@Char(FNLIST1);

Description

Converts the ASCII code specified in FN/FNLIST FN1/FNLIST1 specified ASCII code into the corresponding character, or into a list of characters.

Example: @Char(FN1)

FN1:=65;
@Char(FN1);

returns "A"

Example: @Char(FNLIST1)

FNLIST1:=66:67:68:69;
@Char(FNLIST1);

returns "B":"C":"D":"E"

Note : This text was machine-translated and may contain inaccuracies.