Narayanan Iyer - 2002-06-14

Logged In: YES
user_id=97919

Jon,

Yes, currently ZWRITE does not work with extended
references. We will be fixing this in a future release. Until
then you can use the following workaround (which you
very likely are aware)

set gbldirsave=$zgbldir
set $zgbldir="mumps.gld"
zwr ^x
set $zgbldir=gbldirsave

Thanks,
Narayanan.