cc: [email protected] Subject: Re: Re: [ast-developers] "${_Bool.true}" not working... / was: Re: AT&T Software Technology ast alpha software download update --------
> But there is still a bug left: > > var.true/var.false don't work for array elements: > ./arch/linux.i386-64/bin/ksh -o nounset -c 'bool -a b=( [4][5]=true ) > ; print $((b[4][5].true))' > ./arch/linux.i386-64/bin/ksh: b[4][5].true: parameter not set > ./arch/linux.i386-64/bin/ksh -o nounset -c 'bool -A b=( [lin]=true ) ; > print $((b[lin].true))' > ./arch/linux.i386-64/bin/ksh: b[lin].true: parameter not set > > Wendy > > There is no need for that to work since all elements of any array are of the same type so that b.true works for an array element. David Korn [email protected] _______________________________________________ ast-developers mailing list [email protected] http://lists.research.att.com/mailman/listinfo/ast-developers
