mIRC Home    About    Download    Register    News    Help

Print Thread
#21960 02/05/03 01:20 PM
Joined: Dec 2002
Posts: 20
G
Ameglian cow
OP Offline
Ameglian cow
G
Joined: Dec 2002
Posts: 20
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: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031
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: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
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.


-KingTomato
#21963 02/05/03 07:48 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
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