in reply to Re: Tracing an Uninitialized Error
in thread Tracing an Uninitialized Error

Tip #5 from the Basic outright-wrong-code checklist:
while ( <INTERVAL> ) {
It also reveals why 'line 264' seems to be the source of the errors.