> > I am converting some older code over and came across this > idiosyncrasy with static arrays in subs, I can work around it easily > enough but my curiosity is peaked... why are static arrays not allowed > at the procedure level? > Because the stack can't receive them. -- Benoît Minisini