On 24/05/02, Jas Grewal ([EMAIL PROTECTED]) wrote: > The problem is that I know that the row does not exist so I would > expect it to (.. do something), but it dosent. I get a value of '-1' > instaed of '0'. Any ideas why im getting the '-1' value instaed of > '0'???
The index number ($#array) of and empty array (@array) is -1. -- Rory Campbell-Lange <[EMAIL PROTECTED]> <www.campbell-lange.net>
