Henry,

The test script ran w/o errors for me. The following is the last few lines
from Terminal window after running printtest.ijs:

(<;._1 ' AabBcdC AefBghC AijBklC') -: 'A%jB%jC' vbsprintf 3 2 $
'ab';'cd';'ef';'gh';'ij';'kl'
(<;._1 ' AabBcd AefBgh AijBkl') -: 'A%jB%j' vbsprintf 3 2 $
'ab';'cd';'ef';'gh';'ij';'kl'
(<;._1 ' abBcd efBgh ijBkl') -: '%jB%j' vbsprintf 3 2 $
'ab';'cd';'ef';'gh';'ij';'kl'
(<;._1 ' abcd efgh ijkl') -: '%j%j' vbsprintf 3 2 $
'ab';'cd';'ef';'gh';'ij';'kl'
)
Error count: 0
   JVERSION
Engine: j701/2011-01-10/11:25
Library: 7.01.050
Platform: Win 32
Installer: j701a_win.exe
InstallPath: c:/documents and settings/tom/j701
   


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Henry Rich
Sent: Friday, November 25, 2011 12:40
To: Programming forum
Subject: [Jprogramming] printf addon now available

I have put printf in as an addon, as format/printf.  This version 
supports the '0' flag (fixing a longstanding deficiency).  I have 
downloaded it to my J602 system but I would appreciate it if someone 
verified that it works on J7.  A test script is included.

Henry Rich
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm


----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to