Tara have been updated to ver 1.2.8 and available for download in
package manager.  Changes are listed in the history.txt file.  The
main change is an option to skip empty string or zero.  The default
behavior is to skip empty boxed empty string.  This may break old code
and a demo script from Ric Sherlock is as follows:- 

   bi=: '' conew 'biffbook'               NB. create an workbook
   xf=: cxf__bi         NB. current workbook xf object
   patterncolor__xf=: rgbcolor__bi 3#16bcc  NB. gray
   pattern__xf=: 1                          NB. solid background
   writestring__bi 1 3 ; <('hello world';'goodbye now'),:'34 22';'big daddy'
   writestring__bi 4 5 ; (<('hello world';''),:'34 22';'big daddy')
   writestring__bi 6 7 ; (('hello world';''),:'34 22';'big daddy');1
   save__bi jpath '~temp/tara1.xls'
   destroy__bi ''

I'm much indebted to Ric for his suggestions, bug reporting and fixes,
rigorous testing and maintaining package.

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
唐詩020 孟浩然  宿業師山房待丁大不至
    夕陽度西嶺  群壑倏已暝  松月生夜涼  風泉滿清聽
    樵人歸欲盡  煙鳥棲初定  之子期宿來  孤琴候蘿徑
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to