Why do I get an Overflow on the simple 640*360

by petko10

tried to declare k as long,double or whatever => it's not from the type ,so what ?!

k=640*360 => Overflow


k = 64 * 36
k = k * 100
PRINT k

=>works

Posted on Mar 22, 2008, 3:06 AM
from IP address 85.187.97.110

Respond to this message   

Goto Forum Home


Response TitleAuthor and Date
(I figure it's probably the zeros but still ?! )petko10 on Mar 22
A brief explanationGalleon on Mar 22
 * Got it. Thanks for the explanation :)petko10 on Mar 22