Hi!
Scuse me for being gone for so long, but I've been busy in Waisting time. I come with a COG problem...
The question is, why is my INT read as a FLEX?
Result on the print: A full decimal number. 13.364818 etc.
So, what's missing in the equation so I only get even numbers from 10 and up?
/Edward
Scuse me for being gone for so long, but I've been busy in Waisting time. I come with a COG problem...
The question is, why is my INT read as a FLEX?
Code:
int rant local int rantt local rant=(rand()*5); rantt=(rant*2)+10; SetTimerEx(GetSoundLen(ctempo),7,rantt,0); printflex(GetParam(0));
Result on the print: A full decimal number. 13.364818 etc.
So, what's missing in the equation so I only get even numbers from 10 and up?
/Edward