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

(Created page with "The '''$encode''' identifier allows you to ecnode literal text, or text in %vars - mIRC or &binvars - mIRC. The '''$encode''' identifier uses either Uuencode or ...")
 
m (Bot: Adding a template (template:mIRC identifier list))
Line 25: Line 25:
 
== See Also ==
 
== See Also ==
 
* [[$decode identifier - mIRC|$decode]]
 
* [[$decode identifier - mIRC|$decode]]
 +
{{mIRC identifier list}}
  
[[Category:mIRC identifiers]]
+
[[Category:MIRC identifiers]]

Revision as of 23:16, 3 July 2014

The $encode identifier allows you to ecnode literal text, or text in %vars - mIRC or &binvars - mIRC. The $encode identifier uses either Uuencode or [[Mime] to encode.

Synopsis

$encode(text/%var/&binvar,mubt,N)

Parameters

 %var/&binvar The target to be encoded
m Target should be encoded using Mime
u Target should be encoded using Uuencode (this is default encode type)
b Target is a &binvar
t Target is text (this is default target type)
N Reference index for the Nth chunk in the output 60-character encoded chunk

Example

Echo to the active screen the following encode text, using the Mime type:

//echo -a $encode(Hello there! This will be encoded using Mime.,m)

Compatibility

Added: mIRC v5.8

Added On: 05/09/2000

See Also

[Expand]
v · d · e mIRC identifier list