Hi Bill, Thanks. I'm in the factory floor right now.
I'll try this when I get back to the office. :) r/Alex -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of bill lam Sent: Wednesday, December 05, 2007 10:14 AM To: Beta forum Subject: Re: [Jbeta] J602c Problems On the "value error" issue, I suspect that BINPATH is not defined by the j ole server. You may write a simple script to test this, or append the following in the very beginning of your standalone script as a workaround. 3 : 0 '' notdef=. 0: ~: 4!:0 @ < PATHSEP_j_=: '/\'{~6=9!:12'' if. notdef 'BINPATH' do. BINPATH_z_=: ({.~ i:&PATHSEP_j_) >@{.4!:3 '' end. '' ) -- regards, bill ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
