From WikiChip
Search results

  • {{mirc title|Token Manipulation}} ...ly a string of characters that is separated by a single, unique character. mIRC provides an extensive set of identifiers and commands to help you manipulat
    11 KB (1,776 words) - 18:20, 31 January 2024
  • {{mirc title|List of Identifiers}} ...rning routines that can be used to query mIRC for various data structures, mIRC, IRC, and OS related properties such as a file size or the 6th nick in a ch
    13 KB (1,564 words) - 03:22, 5 June 2023
  • {{mirc title|$addtok Identifier}}'''$addtok''' adds a token to a list of token, only if the token does not <source lang="mIRC">//echo -a $addtok(a,b,32)</source>
    981 bytes (145 words) - 10:30, 15 February 2018
  • {{mirc title|$addtokcs Identifier}}'''$addtokcs''' adds a token to a list of token, only if the token does no <source lang="mIRC">//echo -a $addtokcs(A,a,32)</source>
    1,005 bytes (147 words) - 14:14, 20 September 2017
  • {{mirc title|$gettok Identifier}} '''C:''' - The {{mIRC|$asc|$asc()}} value which splits TEXT into tokens<br />
    4 KB (741 words) - 07:37, 30 October 2017
  • {{mirc title|$numtok identifier}}'''$numtok''' returns the number of $asc(C)-delimited token in a list. '''C:''' - The {{mIRC|$asc|$asc()}} value which splits LIST into tokens<br />
    1 KB (175 words) - 08:10, 21 September 2017
  • {{mirc title|$puttok identifier}}'''$puttok''' replaces the Nth $asc(C)-delimited token in a list. '''C:''' - The {{mIRC|$asc|$asc()}} value which splits TEXT into tokens<br />
    2 KB (297 words) - 08:05, 21 September 2017
  • {{mirc title|$istok identifier}}'''$istok''' returns $true if a matching token exists, or $false if it doe '''C:''' - The {{mIRC|$asc|$asc()}} value which splits TEXT into tokens<br />
    2 KB (270 words) - 12:38, 2 May 2020
  • {{mirc title|$deltok Identifier}}'''$deltok''' deletes the Nth token from text. <pre>$deltok(list,N-N2,C)</pre>
    933 bytes (139 words) - 14:56, 20 September 2017
  • {{mirc title|$remove Identifier}}'''$remove''' removes all occurrences of the given substring(s) from a str <source lang="mIRC">//echo -a $remove($getdir,$mircdir)</source>
    2 KB (226 words) - 07:45, 15 February 2018
  • {{mirc title|$sorttokcs identifier}}'''$sorttokcs''' sorts the token in text using case sensitivity. Note: See $sorttok for case-insensitive sort
    1,016 bytes (135 words) - 04:41, 26 January 2024
  • {{mirc title|$sorttok identifier}}'''$sorttok''' case-insensitively sorts the list of tokens. '''$sorttokcs''' is the case sensiti ...sed, n = numeric sort; c = channel prefix sort; r = reverse; a = alpha-then-numerics sort
    11 KB (1,787 words) - 01:53, 17 March 2023
  • {{mirc title|$matchtok identifier}}'''$matchtok''' returns the tokens that contain the specified string. '''$ <source lang="mIRC">$matchtok(one two three, e, 0, 32) returns 2
    1 KB (141 words) - 10:25, 15 February 2018
  • {{mirc title|$reptok Identifier}}'''$reptok''' replaces the Nth matching token in text with a new token. If <source lang="mIRC">$reptok(one two three, two, four, 32) returns one four three</source>
    1 KB (156 words) - 10:26, 15 February 2018
  • {{mirc title|$reptokcs identifier}}'''$reptokcs''' replaces the Nth matching token in text with a new token u <source lang="mIRC">$reptokcs(one two three twO, twO, four, 32) returns one two three four</so
    1 KB (154 words) - 09:03, 23 September 2017
  • {{mirc title|$remtokcs identifier}}'''$remtokcs''' removes the Nth matching token in text using case sensitiv <source lang="mIRC">$remtokcs(one two three twO, twO, 32) returns one two three</source>
    964 bytes (130 words) - 18:51, 22 September 2017
  • {{mirc title|$remtok identifier}}'''$remtok''' removes the Nth matching token in text. '''$remtokcs''' is a <source lang="mIRC">$remtok(one two three, two, 32) returns one three</source>
    973 bytes (132 words) - 10:31, 15 February 2018
  • {{mirc title|$findtokcs identifier}}'''$findtokcs''' returns the position of the Nth matching token in text us <source lang="mIRC">$findtokcs(one two three twO, twO, 32) return 4</source>
    986 bytes (132 words) - 18:45, 22 September 2017
  • {{mirc title|$findtok identifier}}'''$findtok''' returns the position of the Nth matching token in text. ''' <source lang="mIRC">$findtok(one two three, two, 32) return 2</source>
    999 bytes (135 words) - 10:29, 15 February 2018
  • ...ildtok identifier}}'''$wildtok''' returns the Nth token that matches the {{mirc|wildcard}} string. '''$wildtokcs''' is a case sensitive equivalent. * '''wildstring''' - a {{mirc|wildcard}} string token used to match
    1 KB (140 words) - 08:42, 23 January 2024

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)