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

m (Bot: Adding a template (template:mIRC identifier list))
m (Bot: Fixing links)
Line 23: Line 23:
  
 
== See Also ==
 
== See Also ==
* [[$encode identifier - mIRC|$encode]]
+
* {{mIRC|$encode}}
 
{{mIRC identifier list}}
 
{{mIRC identifier list}}
  
 
[[Category:MIRC identifiers]]
 
[[Category:MIRC identifiers]]

Revision as of 20:58, 5 July 2014

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

Synopsis

$decode(text/%var/&binvar,mubt)

Parameters

 %var/&binvar The target to be decoded
m Target should be decoded using Mime
u Target should be decoded using Uuencode (this is default decode type)
b Target is a &binvar
t Target is text (this is default target type)

Example

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

//echo -a $decode(SGVsbG8gV2lraUNoaXAgdXNlciE=,m)

Compatibility

Added: mIRC v5.8

Added On: 05/09/2000

See Also

[Expand]
v · d · e mIRC identifier list