Advertisement

1 - 10 of 654 containing alltags:("mod") (0.001 seconds)
Hi there! Where can I find tunes of Amiga games as MOD files? On the A500 I have had a game called "Exodus 3010", whose title theme was fantastic...
Zones: Games, Gaming WorldDate Answered: 09/01/1999 Grade: C Views: 0
Hey this is properly pretty simple but could someone explain the "Mod" and "Xor" commands... i need to know what they do and how they work...
Zones: Visual BasicDate Answered: 04/02/2003 Grade: A Views: 0
A couple of weeks ago i sent an email to blizzard tech support and am still awaiting a reply.  Just in case some one has already the knowledge to answer my question to them i would like to ask it h...
Zones: GamesDate Answered: 04/28/2003 Grade: B Views: 12
hello having recently bought the above card i couldnt help to stop thinking of overclocking it as i eventually did and to my surprise the limits of this card were not as sky-high as i expected a...
Zones: Hardware, RAM, Video CardsDate Answered: 11/16/2004 Grade: A Views: 0
I used to use the mod function in asp to figure out the following while looping through rows in a dataset to display a matrix style grid of products: if n mod 3 = 0 then    //start a new row ...
Zones: C#Date Answered: 11/22/2004 Grade: A Views: 967
Hi,      I know Oracle uses a MOD function like Basic's to determine the remainder after a division.  So 20 MOD 9 = 2 (9 goes into 20 twice for a total of 18, 20 - 18 = 2).  I need to determine ...
Zones: MS SQL ServerDate Answered: 04/06/2005 Grade: A Views: 160
Friends, I have my report working, but there has to be a better way.  Right now, in my VB.net code, I perform a select statement to get the data I want, and then I insert that data into a table....
Zones: Crystal Reports SoftwareDate Answered: 08/09/2005 Grade: A Views: 0
I have this script that limits the width of an image to 600 pixels if the image is larger then 600 pixels wide. It resizes the picture in ratio. <script> function testIMG(img)      {      va...
Zones: JavaScriptDate Answered: 05/06/2006 Grade: A Views: 0
I was trying to to do a mod operation wherein I get the remainder ... In my code I wrote  3 MOD 2 or 3 % 2 it was giving me an error with 3 MOD 2 it gave "MOD" undeclared identifier wiwth 3 % 2 it...
Zones: C++Date Answered: 06/29/1999 Grade: B Views: 0
I have a large(16 digit)number that I need to do modulus computations on and no matter what data type I use I get overflow error. ???? HELP Dim acct As Variant Dim answer As Variant Dim ans As...
Zones: MS AccessDate Answered: 03/04/2002 Grade: A Views: 0