ooPIC Logo

Chr$ Function

Main Index
Language Idx
Back to top of pageDescription:
 
The Chr$ function calculates and returns the string character of an ASCII number.  It is used to retrieve the single string character represented by the decimal ASCII argument.
Back to top of pageSyntax:
 
The following shows the format of the Chr$ Function syntax.
 
Chr$({expression})
 
The following table lists the elements of the Chr$ Function syntax.
 
ElementDescription
{expression}Any valid expression.
Back to top of pageOperation:
 
When a Chr$ function is encountered during the program's execution, it takes the {expression} element which is expressed as a decimal ASCII number and calculates and then returns the single string character represented by the decimal ASCII argument.
Back to top of pageExample:
 The following are simple uses for the Chr$ function.
Visual Basic Syntax C and Java Syntax
 A = Chr$(13)
 A = Chr$(13);
Basic Syntax 
 A = Chr$(13)
 
Back to top of pageVersion History and Bug List:
 Firmware Ver A1: Introduced.

Bugs: No known bugs.


ooPIC Compiler Ver 6.0 (c) Copyright 1997 - 2007 Savage Innovations, LLC.