David, why do I get a 'x.sh: line 8: extensions.i: is not an element
of x' for the script below?

typeset -T y_t=(
        compound extensions
)
y_t x;
x.extensions=( integer i=1 )
print "$x"

This is rather a *big* problem since I assumed that compound variables
are always extensible, and if I add an array of compound variables I
can both add array elements and a variable number of data in these
compound variables in the array.

Olga
-- 
      ,   _                                    _   ,
     { \/`o;====-    Olga Kryzhanovska   -====;o`\/ }
.----'-/`-/     olga.kryzhanov...@gmail.com   \-`\-'----.
 `'-..-| /       http://twitter.com/fleyta     \ |-..-'`
      /\/\     Solaris/BSD//C/C++ programmer   /\/\
      `--`                                      `--`
_______________________________________________
ast-developers mailing list
ast-developers@research.att.com
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to