-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
Difference between revisions of "mirc/identifiers/$decode"
< mirc | identifiers
m (Bot: Fixing compatibility) |
m |
||
Line 1: | Line 1: | ||
− | The '''$decode''' identifier allows you to decode literal text, or text in | + | The '''$decode''' identifier allows you to decode literal text, or text in {{mIRC|Variables|%vars}} or {{mIRC|binary variables|&binvars}}. The '''$decode''' identifier uses either [[Uuencode]] or [[Base64|MIME]] to decode. |
== Synopsis == | == Synopsis == |
Revision as of 18:03, 12 July 2014
The $decode identifier allows you to decode literal text, or text in %vars or &binvars. The $decode identifier uses either Uuencode or MIME to decode.
Contents
[hide]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 Sep 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See Also
[Expand]