I was wondering if Tiny BASIC by Nicholas Christopoulos has support for the "@[EMAIL PROTECTED] (x)" array? I got a syntax error when entering the follow test code: 10 @[EMAIL PROTECTED] (1)=25 20 PRINT @[EMAIL PROTECTED] (1) 30 STOP Paul