mIRC Homepage
Posted By: Jigsy Weird issue with the word "global" - 01/07/21 11:16 PM
So I was trying to figure out why I couldn't read a file called GLOBAL.help despite the file clearly existing in the direction where it was.

So I made a file called global.txt on D:\ and wrote a single letter to it.

$exists("D:\global.txt") = $false
$lines("D:\global.txt") = 0

Renamed it to globa.txt

$exists("D:\globa.txt") = $true
$lines("D:\globa.txt") = 1
Posted By: Khaled Re: Weird issue with the word "global" - 02/07/21 06:24 AM
See here for a previous discussion on this topic.
Posted By: Jigsy Re: Weird issue with the word "global" - 02/07/21 05:07 PM
Ah, I see, it's a restricted term.
© mIRC Discussion Forums