EasyManua.ls Logo

Kollmorgen AKD Basic

Kollmorgen AKD Basic
506 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
AKD BASIC User Guide | 5 AKD BASIC Functions
5.4 CHR$()
General Information
Type Function
Description Returns a one character string whose ASCII value is the argument.
Syntax
s$ = CHR$(x)
Instructions
The argument to Chr$() must be a numeric value in the range 0 to 255.
Example
'this example will print an uppercase B
Dim a$ as string
a$ = CHR$(66)
Print a$
67 Kollmorgen | March 30, 2012

Table of Contents

Related product manuals