In message < Pine.SOL.3.91.980121121518.27037A-100000@sunws3.bgs.com >you write: > When using 'static int tick', please initialize tick = 0. That shouldn't be necessary. static storage without an initializer is set to zero once at program startup. jeff