[ Main Menu ] [ Extension Tools Menu ] [ Lite Edition Menu ]

<iCHR> Tag


<iCHRASC="an ASCII value"
>

UsageThis tag will return the ASCII character when given a value between 1 and 255. Numbers from 0 to 31 are the standard, nonprintable ASCII codes. For example, 10 returns a linefeed character and 13 returns a carriage return character. To create a newline character, use 10 and 13.
NoteDo not use ASC="0" or iHTML will stop at this point in the file. Also do not create a string of characters with this tag and then use iFILE to write them out. Instead write out one character at a time, otherwise it will cause the parser to see an end of data marker.


iCHR Example
Example Source Code
Top