ASC: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=ASC <a$> |description=*DESCRPTION* |param1=<a$>|param1_desc={{a$}} }} ===Example=== :- ASC Category:Internal_Macro_Functions |
No edit summary |
||
Line 1: | Line 1: | ||
{{Command|syntax=ASC <a$> | {{Command|syntax=[[Image:asc.png|right|ASC]]ASC <a$> | ||
|description= | |description=:Retuns the value of the first character in the input in ascii form, to view the result use [[DEBUG|debug]]. | ||
|param1=<a$>|param1_desc={{a$}} | |param1=<a$>|param1_desc={{a$}} | ||
Line 6: | Line 6: | ||
===Example=== | ===Example=== | ||
: | :ASC(a$) | ||
[[Category:Internal_Macro_Functions]] | [[Category:Internal_Macro_Functions]] |
Revision as of 17:40, 22 July 2010
Command
- Retuns the value of the first character in the input in ascii form, to view the result use debug.
Parameters
- <a$>
- Text string or name of a string variable.
Example
- ASC(a$)