Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ansi_char

Matěj Štágl edited this page Dec 26, 2018 · 9 revisions

ansi_char

Returns string which contains a character with raw BYTE value.

Syntax:

ansi_char(val)
Argument Description
int val Raw byte value

Returns: char

Description:

This function returns a string which contains a character with raw BYTE value set. It should be used to save to disk for encoding.

Example:

char chr = ansi_char(50);

This code sets variable char to '2'.

Back to strings

Clone this wiki locally

AltStyle によって変換されたページ (->オリジナル) /