ASC: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
[[:Category:Internal_Macro_Functions|{{Up}}]]
{{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=:Retuns the value of the first character in the input in ascii form.

Revision as of 22:37, 30 July 2010

Up

Command

ASC
ASC
ASC <a$>


Retuns the value of the first character in the input in ascii form.

Parameters

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

Example

ASC(a$)