Home
About
Download
Register
News
Help
Register
Log In
Forums
Scripts & Popups
remainder
Forums
Active Threads
Search
Who's Online
Help
Print Thread
remainder
#
132712
13/10/05
07:35 PM
Joined:
Oct 2005
Posts: 5
I
iowa666
OP
Nutrimatic drinks dispenser
OP
iowa666
Nutrimatic drinks dispenser
I
Joined:
Oct 2005
Posts: 5
what is the command for remainder in calc?
for example, lets say i need the remainder from %var divided by 5, how do i get it from $calc ?
Copy Link to Clipboard
Re: remainder
#
132713
13/10/05
07:43 PM
Joined:
Feb 2004
Posts: 2,019
Leuven, Belgium
FiberOPtics
Hoopy frood
FiberOPtics
Hoopy frood
Joined:
Feb 2004
Posts: 2,019
Leuven, Belgium
//echo -a $calc(13 % 5)
Gone.
Copy Link to Clipboard
Re: remainder
#
132714
13/10/05
08:54 PM
Joined:
Apr 2003
Posts: 701
Leuven, Belgium
K
Kelder
Hoopy frood
Kelder
Hoopy frood
K
Joined:
Apr 2003
Posts: 701
Leuven, Belgium
Works even with /var:
//var %a = 10 % 6 | echo -s %a
Only one calculation with /var ofcourse, and put spaces around the % sign
Copy Link to Clipboard
Re: remainder
#
132715
13/10/05
09:20 PM
Joined:
Dec 2002
Posts: 1,245
California, doooood
M
MikeChat
Hoopy frood
MikeChat
Hoopy frood
M
Joined:
Dec 2002
Posts: 1,245
California, doooood
Code:
//var %number = $int($calc(10 / 6)) | var %a = $calc(10 % 6) | echo -a $+(%number,-,%a,$chr(47),6)
k, so how to express the fraction correctly?
Copy Link to Clipboard
Re: remainder
#
132716
13/10/05
09:28 PM
Joined:
Feb 2004
Posts: 2,019
Leuven, Belgium
FiberOPtics
Hoopy frood
FiberOPtics
Hoopy frood
Joined:
Feb 2004
Posts: 2,019
Leuven, Belgium
I know but he didn't ask it with var, he asked it with $calc :tongue:
Indeed, /var allows for simple math expressions, I use it often, quite handy feature.
Gone.
Copy Link to Clipboard
Hop To
News and Discussions ------
Latest News
General Discussion
Support ------
mIRC Help
Connection Issues
Scripts & Popups
Development ------
Feature Suggestions
Developers
Bug Reports
Print Thread
Switch to Threaded Mode
Show Likes
Link Copied to Clipboard
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
Forum Rules
·
Mark All Read
Contact Us
·
Help
·
mIRC Homepage