every once in a while i want to get the # of elements in an array and i always 
type ${array[#]} to get at it (following the behavior of [EMAIL PROTECTED] and 
${array[*]}) ... then i remember that the proper syntax is [EMAIL PROTECTED] 
(or 
someone else reminds me)

is there a reason that ${array[#]} isnt supported as well as [EMAIL PROTECTED] ?
-mike


_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to