From WikiChip
Difference between revisions of "mirc/identifiers/$ansi2mirc"
< mirc‎ | identifiers

(Created $ansi2mirc identifier - mIRC)
 
m
Line 6: Line 6:
 
== Properties ==
 
== Properties ==
 
None
 
None
 +
 +
== Example ==
 +
'''Echo some ANSI code, converted, to the active window'''
 +
<source lang="mIRC">//echo -ga $ansi2mirc(this is probably $chr(27) $+ [32mgreen $+ $chr(27) $+ [0m.)</source>
  
 
== Compatibility ==
 
== Compatibility ==

Revision as of 21:14, 23 June 2014

$ansi2mirc converts ANSI color codes into mIRC-supported color codes.

Synopsis

$ansi2mirc(<ANSI>)

Properties

None

Example

Echo some ANSI code, converted, to the active window

//echo -ga $ansi2mirc(this is probably $chr(27) $+ [32mgreen $+ $chr(27) $+ [0m.)

Compatibility

Added: mIRC v5.5

Added On: 08/01/99

Also See

mIRC Identifiers