* Guido Berhoerster <[email protected]> [2010-09-23 19:37]: > * I. Szczesniak <[email protected]> [2010-09-23 18:01]: > > On Thu, Sep 23, 2010 at 4:15 PM, Guido Berhoerster > > <[email protected]> wrote: > > > Hello, > > > > > > is it possible to serialize instances of custom type variables? > > > print -C/-v seems to print random garbage with ksh93t. > > > > You can wrap the type into a compound variable, i.e. do compound c=( > > atype_t foo ) ; ... ; print -v c > > Thanks, using a compound container does it.
No it doesn't. Nested custom types inside that container produce garbage, i.e. random bytes and wrong typeset declarations as well. -- Guido Berhoerster _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
