A variable declared without type becomes an "int" by default. This is correct compiler behavoiur according to "the C rules", I think. MVH Johan Bodin Bengt Ragnemalm wrote: > What happens if I just write static var; ?