mIRC Home    About    Download    Register    News    Help

Print Thread
#21960 02/05/03 01:20 PM
G
genderchanger
genderchanger
G
if you use "/help ^" i think that shoudl bring you to "Halöting default text" but it doesn't. It brings up the site about Variables, which have nothing to do with the ^ prefix.

#21961 02/05/03 02:44 PM
Joined: Dec 2002
Posts: 1,996
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 1,996
Try /help prefixes
If you read the variable section of the help file you would see why that happened
//echo 1 $calc(3.14159 * (2 ^ %x % 3) - ($ticks / (10000 + 1)))

#21962 02/05/03 06:08 PM
Joined: Jan 2003
Posts: 2,973
K
Hoopy frood
Offline
Hoopy frood
K
Joined: Jan 2003
Posts: 2,973
If you open mirc, and press the find tab at the top, the help file will load, and simply typing ^ will find all intext-matches of where the ^ character was used in the help file.

#21963 02/05/03 07:48 PM
C
codemastr
codemastr
C
It brings you to that section because that page talks about ^ in a different scope; the exponentiation operator, ie 2^2 = 4.

%x = 2 ^ %w

That is why...


Link Copied to Clipboard