ASC: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
Line 2: Line 2:


{{Command|syntax=[[Image:asc.png|right|ASC]]ASC <a$>
{{Command|syntax=[[Image:asc.png|right|ASC]]ASC <a$>
|description=:Retuns the value of the first character in the input in ascii form.
|description=:Returns the ASCII value of the first character in a text string.


|param1=<a$>|param1_desc={{a$}}
|param1=<a$>|param1_desc={{a$}}

Latest revision as of 00:28, 4 January 2011

Up

Command

ASC
ASC
ASC <a$>


Returns the ASCII value of the first character in a text string.

Parameters

<a$>
Text string or name of a string variable.

Example

ASC(a$)