On further experimentation, it's not specific to declared type variables, it's just that the failure isn't caught otherwise:
Script started on Fri 06 Aug 2010 06:20:33 PM EDT $ cat kshtest4 #!/opt/ast/bin/ksh typeset -a c integer xxx=0 c[xxx].xxxx=X c[xxx].yyyy=AB c[xxx].zzzz=Z typeset -p c[0] $ env - /opt/ast/bin/ksh ./kshtest4 typeset -C c[0]=(xxxx=X;zzzz=Z;) $ Script done on Fri 06 Aug 2010 06:20:50 PM EDT -- Kevin Schoedel <[email protected]> VA3TCS _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
