From WikiChip
Difference between revisions of "mirc/commands/if"
< mirc‎ | commands

(Created page with "The if statement is a built-in construct capable of comparing a value and executing a set of commands based on the result of that condition. ...")
 
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The [[conditional statements - mIRC|if statement]] is a built-in construct capable of comparing a value and executing a set of commands based on the result of that condition. The if statement is used in conjunction with the [[/else command - mIRC|/else]] statement and the [[/elseif command - mIRC|/elseif]] statement to jump to certain blocks of code depending on the result of the conditional statement that was executed. The if statements supports the [[operators - mIRC|following operators]].
+
{{mirc title|/if Command}}
 +
The {{mIRC|conditional statements}} is a built-in construct capable of comparing a value and executing a set of commands based on the result of that condition. The if statement is used in conjunction with the {{mIRC|/else}} statement and the {{mIRC|/elseif}} statement to jump to certain blocks of code depending on the result of the conditional statement that was executed. The if statements supports the {{mIRC|operators}}
  
 
== Synopsis ==
 
== Synopsis ==
Line 29: Line 30:
  
 
== Compatibility ==
 
== Compatibility ==
Added: mIRC v4.5
+
{{mIRC compatibility|4.5}}
 
 
Added On: 06/30/96
 
 
 
<small>Note: Individual switches were not taken into consideration.</small>
 
  
 
== See also ==
 
== See also ==
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of commands - mIRC|List of commands]]
 
* [[List of identifiers - mIRC|List of identifiers]]
 
* [[List of identifiers - mIRC|List of identifiers]]
* [[$halted identifier - mIRC|$halted]]
+
* {{mIRC|$halted}}
* [[$result identifier - mIRC|$result]]
+
* {{mIRC|$result}}
* [[$alias identifier - mIRC|$alias]]
+
* {{mIRC|$alias}}
* [[$isalias identifier - mIRC|$isalias]]
+
* {{mIRC|$isalias}}
* [[$iif identifier - mIRC|$iif]]
+
* {{mIRC|$iif}}
* [[/alias command - mIRC|/alias]]
+
* {{mIRC|/alias}}
* [[/goto command - mIRC|/goto]]
+
* {{mIRC|/goto}}
* [[/halt command - mIRC|/halt]]
+
* {{mIRC|/halt}}
* [[/return command - mIRC|/return]]
+
* {{mIRC|/return}}
* [[/while command - mIRC|/while]]
+
* {{mIRC|/while}}
* [[/returnex command - mIRC|/returnex]]
+
* {{mIRC|/returnex}}
* [[/elseif command - mIRC|/elseif]]
+
* {{mIRC|/elseif}}
* [[/else command - mIRC|/else]]
+
* {{mIRC|/else}}
 +
{{mIRC command list}}
  
[[Category:mIRC commands]]
+
[[Category:mIRC commands|if command - mIRC]]

Latest revision as of 15:48, 10 January 2019

The conditional statements is a built-in construct capable of comparing a value and executing a set of commands based on the result of that condition. The if statement is used in conjunction with the /else statement and the /elseif statement to jump to certain blocks of code depending on the result of the conditional statement that was executed. The if statements supports the operators

Synopsis[edit]

if (<condition>) <statement>
if (<condition>) { <statements> }

Switches[edit]

Parameters[edit]

  • <condition> - a conditional expression to be executed

Example[edit]

Below is a simple example of checking for at least five arguments before proceeding.

alias example {
  if ($0 < 5) { echo -atc info * /example: You must provide at least 5 arguments! | halt }
  ; do something useful here
  echo -a works!
}

Executing "/example a b c d" will result in:

* /example: You must provide at least 5 arguments!

While, executing "/example a b c d f" will result in:

works!

Compatibility[edit]

Added: mIRC v4.5
Added on: 30 Jun 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also[edit]

v · d · e mIRC commands list

A /abook, /action, /add, /ajinvite, /alias, /aline, /ame, /amsg, /anick, /aop, /auser, /auto, /autojoin, /avoice, /away

B /background, /ban, /bcopy, /beep, /bindip, /bread, /break, /breplace, /bset, /btrunc, /bunset, /bwrite

C /channel, /clear, /clearall, /clearial, /cline, /clipboard, /close, /closechats, /closedccs, /closefserves, /closemsg, /cnick, /color, /colour, /comclose, /comlist, /commands, /comopen, /comreg, /continue, /copy, /creq, /ctcp, /ctcpreply, /ctcps

D /dcc, /dccserver, /dde, /ddeserver, /debug, /dec, /describe, /dialog, /did, /didtok, /disable, /disconnect, /dlevel, /dline, /dll, Template:mIRC/donotdisturb, /dns, /dqwindow, /drawcopy, /drawdot, /drawfill, /drawline, /drawpic, /drawrect, /drawreplace, /drawrot, /drawsave, /drawscroll, /drawsize /drawtext

E /ebeeps, /echo, /editbox, /else, /elseif, /emailaddr, /enable, /events, /exit

F /fclose, /filter, /findtext, /finger, /firewall, /flash, /flist, /flood, /flush, /flushini, /fnord, /font, /fopen, /fseek, /fsend, /fserve, /fullname, /fupdate, /fwrite

G /ghide, /gload, /gmove, /gopts, /goto, /gplay, /gpoint, /gqreq, /groups, /gshow, /gsize, /gstop, /gtalk, /gunload, /guser

H /hadd, /halt, /haltdef, /hdec, /hdel, /help, /hfree, /hinc, /hload, /hmake, /hotlink, /hop, /hsave

I /ial, /ialclear, /ialmark, /identd, /if, /ignore, /iline, /inc, /iuser

J /join

L /leave, /linesep, /links, /list, /load, /loadbuf, /localinfo, /log, /logview

M /maxdepth, /mdi, /me, /menubar, /mkdir, /mnick, /mode, /msg

N /noop, /notice, /notify

O /onotice, /omsg

P /pareline, /part, /partall, /pdcc, /perform, /play, /playctrl, /pop, /protect, /proxy, /pvoice

Q /qme, /qmsg, /query, /queryrn, /quit, /quote

R /raw, /registration, /reload, /remini, /remote, /remove, /rename, /renwin, /reseterror, /resetidle, /return, /returnex, /rlevel, /rline, /rmdir, /run, /ruser

S /save, /savebuf, /saveini, /say, /scid, /scon, /server, /set, /setlayer, /showmirc, /signal, /sline, /sockaccept, /sockclose, /socklist, /socklisten, /sockmark, /sockopen, /sockpause, /sockread, /sockrename, /sockudp, /sockwrite, /sound, /speak, /splay, /sreq, /strip, /switchbar

T /timer, /timestamp, /tip, /tips, /titlebar, /tnick, /tokenize, /toolbar, /topic /tray, /treebar

U /ulist, /unload, /unset, /unsetall, /updatenl, /url, /username, /uwho

V /var, /vcadd, /vcmd, /vcrem, /vol

W

X /xyzzy