Hi! > There is a bug in TIGCC involving uninitialized static variables. > I think you might want to declare password like this: > > static char Password[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; Yes. This is more the limitations of TIOS than bug in TIGCC, although it may be solved by patching TIGCC a bit. Zeljko