Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

exporting arrays



This message, too, semms to have gone to /dev/null the first time...

Excuse me if this is a stupid question, but why can't arrays be
exported? 

  ar=(x y z)
  export ar
  export
  zsh

"ar" shows up in the list, but in the following 'zsh'-invocation it is
unset. Is this intentional? I didn't find any  restrictions mentioned in
the manual.


-- 
Bernd Eggink
Regionales Rechenzentrum der Universitaet Hamburg
eggink@xxxxxxxxxxxxxxxxxx
http://www.rrz.uni-hamburg.de/eggink/BEggink.html



Messages sorted by: Reverse Date, Date, Thread, Author