History
Asc
Home
•
Help
•
A0
•
Customization Tools
•
FCAS
•
Language Reference
•
Asc
Asc (strings)
Purpose
Returns the ANSI numeric value for the first character in a string expression.
Syntax
Asc (
StringExpression
)
StringExpression
Any valid string.
Only the first character in the string expression will be evaluated. Any subsequent characters will be ignored.
Example
See the example for
Chr
.