Originally Posted By: SchokoKeks
WHAT?!? unsigned doesn't do anything? Is it the same for unsigned short??

Damn, I've based parts on my last project on that.. Oh well.. Now I hate vars too! This information is so well hidden in the manual (under updating from c-script to lite-c) you'd never find it on your own!


I think short is always unsigned. Sounds logical, doesn't it?

No? Oh... I feel with you...

Originally Posted By: manual

Typ Grösse Bereich Minimum Genauigkeit*
var 4 bytes -1048577.999 to 1048576.999** 0.001 ~9
long, int 4 bytes -2147483648 to 2147483647 1 ~10
short 2 bytes 0 to 65536 1 ~4
char 1 byte 0 to 256 1 ~2
float 4 bytes -3.4·1038 bis 3.4·1038 1.2·10-38 ~6
double 8 bytes -1.8·10308 bis 1.8·10308 2.2·10-308 ~14