From WikiChip
User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 15:55, 16 August 2018 (diff | hist) . . (+19) . . mirc/identifiers/$sha384 (→Synopsis)
- 15:53, 16 August 2018 (diff | hist) . . (+28) . . mirc/groups
- 15:50, 16 August 2018 (diff | hist) . . (+30) . . mirc/regex (→General Information)
- 10:07, 12 June 2017 (diff | hist) . . (+18) . . mirc/identifiers/$lof (→See Also)
- 10:03, 12 June 2017 (diff | hist) . . (+26) . . mirc/identifiers/$lof (→Examples)
- 10:01, 12 June 2017 (diff | hist) . . (0) . . mirc/identifiers/$lof (→Examples)
- 10:01, 12 June 2017 (diff | hist) . . (+992) . . N mirc/identifiers/$lof (Created page with " {{mirc title|$lof Identifier}}'''$lof(filename)''' Returns the bytes size information about the specified file, same as ''$file().size'' identifier. == Synopsis == <source...")
- 09:52, 12 June 2017 (diff | hist) . . (+933) . . N mirc/identifiers/$shortfn (Created page with " {{mirc title|$shortfn Identifier}}'''$shortfn(path)''' Returns short version of a long filename. == Synopsis == <source lang="mIRC"> $shortfn(path)</source> == Parameters...")
- 09:47, 12 June 2017 (diff | hist) . . (+10) . . mirc/identifiers/$longfn (→Examples)
- 09:46, 12 June 2017 (diff | hist) . . (+1) . . mirc/identifiers/$longfn (→Examples)
- 09:46, 12 June 2017 (diff | hist) . . (+1) . . mirc/identifiers/$longfn (→Example)
- 09:46, 12 June 2017 (diff | hist) . . (+917) . . N mirc/identifiers/$longfn (Created page with " {{mirc title|$longfn Identifier}}'''$longfn(path)''' Returns long version of a short filename. == Synopsis == <source lang="mIRC"> $longfn(path)</source> == Parameters ==...")
- 09:31, 12 June 2017 (diff | hist) . . (+1) . . mirc/identifiers/$isdde (→Paramters)
- 09:31, 12 June 2017 (diff | hist) . . (+1) . . mirc/identifiers/$int (→Paramters)
- 09:31, 12 June 2017 (diff | hist) . . (+35) . . mirc/identifiers/$isdir (→See Also)
- 09:31, 12 June 2017 (diff | hist) . . (+35) . . mirc/identifiers/$isfile (→See Also)
- 09:30, 12 June 2017 (diff | hist) . . (+1) . . mirc/identifiers/$isdir
- 09:29, 12 June 2017 (diff | hist) . . (+1) . . mirc/identifiers/$isfile (→Paramters)
- 09:28, 12 June 2017 (diff | hist) . . (+832) . . N mirc/identifiers/$isfile (Created page with " {{mirc title|$isfile Identifier}}'''$isfile(path)''' Returns $true if the specified file exists, otherwise $false, (same as $exists). == Synopsis == <source lang="mIRC"> $i...")
- 09:23, 12 June 2017 (diff | hist) . . (+817) . . N mirc/identifiers/$isdir (Created page with " {{mirc title|$isdir Identifier}}'''$isdir(path)''' Returns $true if the specified directory exists, otherwise $false, (same as $exists). == Synopsis == <source lang="mIRC">...")
- 09:16, 12 June 2017 (diff | hist) . . (+3) . . mirc/identifiers/$isdde (→Paramters)
- 09:14, 12 June 2017 (diff | hist) . . (+1) . . mirc/identifiers/$isdde (→Example)
- 09:14, 12 June 2017 (diff | hist) . . (+4) . . mirc/identifiers/$isdde
- 09:13, 12 June 2017 (diff | hist) . . (+770) . . N mirc/identifiers/$isdde (Created page with " {{mirc title|$isdde Identifier}}'''$isdde(text)''' Returns $true if the specified dde name is in use, $false otherwise. == Synopsis == <source lang="mIRC"> $isdde(text)</so...")
- 08:53, 12 June 2017 (diff | hist) . . (+717) . . N mirc/identifiers/$int (Created page with " {{mirc title|$int Identifier}}'''$int(number)''' Returns the integer part of a floating point number with no rounding. == Synopsis == <source lang="mIRC"> $int(N)</source>...")
- 08:40, 12 June 2017 (diff | hist) . . (+1,008) . . N mirc/identifiers/$r (Created page with " {{mirc title|$r Identifier}}'''$r(value1,value2)''' This works in two ways. If you supply it with numbers for v1 and v2, it returns a random number between v1 and v2. If you...")
- 08:38, 12 June 2017 (diff | hist) . . (+1) . . mirc/identifiers/$rand (→Example)
- 08:38, 12 June 2017 (diff | hist) . . (0) . . mirc/identifiers/$rand (→Paramters)
- 08:38, 12 June 2017 (diff | hist) . . (+1) . . mirc/identifiers/$rand
- 08:37, 12 June 2017 (diff | hist) . . (+1,005) . . N mirc/identifiers/$rand (Created page with " {{mirc title|$rand Identifier}}'''$rand(value1,value2)''' This works in two ways. If you supply it with numbers for v1 and v2, it returns a random number between v1 and v2....")
- 08:25, 12 June 2017 (diff | hist) . . (+749) . . N mirc/identifiers/$lines (Created page with " {{mirc title|$lines Identifier}}'''$lines(filename)''' Returns the total number of lines in the specified text file. == Synopsis == <source lang="mIRC"> $lines(filename)</s...")
- 08:18, 12 June 2017 (diff | hist) . . (-4) . . mirc/identifiers/$len (→Example)
- 08:17, 12 June 2017 (diff | hist) . . (-37) . . mirc/identifiers/$len (→See Also)
- 08:17, 12 June 2017 (diff | hist) . . (+844) . . N mirc/identifiers/$len (Created page with " {{mirc title|$len Identifier}}'''$len(text)''' Returns the length of text. == Synopsis == <source lang="mIRC"> $len(text)</source> == Paramters == '''Text''' = ''Will be...")
- 08:11, 12 June 2017 (diff | hist) . . (+734) . . N mirc/identifiers/$isupper (Created page with " {{mirc title|$isupper Identifier}}'''$isupper(text)''' Returns $true if text is all upper case otherwise returns $false. == Synopsis == <source lang="mIRC"> $isupper(text)<...")
- 08:09, 12 June 2017 (diff | hist) . . (+1) . . mirc/identifiers/$islower
- 08:08, 12 June 2017 (diff | hist) . . (+25) . . mirc/identifiers/$islower
- 08:06, 12 June 2017 (diff | hist) . . (+708) . . N mirc/identifiers/$islower (Created page with " {{mirc title|$islower Identifier}}'''$islower(text)''' Returns $true if text is all lower case. == Synopsis == <source lang="mIRC"> $islower(text)</source> == Paramters ==...")
- 07:54, 12 June 2017 (diff | hist) . . (+1,014) . . N mirc/identifiers/$colour (Created page with "{{mirc title|$colour Identifier}}The '''$colour''' identifier allows mIRC to return the proper color code associated with the specified target. (same as $color) == Synopsis =...")
- 07:41, 12 June 2017 (diff | hist) . . (+577) . . N mirc/identifiers/$nopath (Created page with " {{mirc title|$nopath Identifier}}'''$nopath(path)''' Returns filename without a path if it has one. == Synopsis == <source lang="mIRC"> $nopath(path)</source> == Paramters...")
- 07:39, 12 June 2017 (diff | hist) . . (+39) . . mirc/identifiers/$nofile (→See Also)
- 07:35, 12 June 2017 (diff | hist) . . (+76) . . mirc/identifiers/$nofile
- 07:28, 12 June 2017 (diff | hist) . . (+76) . . mirc/identifiers/$nofile
- 07:19, 12 June 2017 (diff | hist) . . (-11) . . mirc/identifiers/$nofile
- 07:18, 12 June 2017 (diff | hist) . . (+291) . . mirc/identifiers/$nofile
- 07:15, 12 June 2017 (diff | hist) . . (+1) . . mirc/identifiers/$isid (→Example)
- 07:15, 12 June 2017 (diff | hist) . . (+26) . . mirc/identifiers/$isid (→Example)
- 07:14, 12 June 2017 (diff | hist) . . (-1) . . mirc/identifiers/$isid
- 07:10, 12 June 2017 (diff | hist) . . (+28) . . mirc/identifiers/$nofile
- 07:08, 12 June 2017 (diff | hist) . . (+75) . . N mirc/identifiers/$nofile (Created page with "$nofile(filename) Returns the path in filename without the actual filename.")
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)