No?

Instead of

  STUFF=: smoutput readsheet_cexcel_ 'Name'

You should probably be doing either:

  STUFF=: readsheet_cexcel_ 'Name'

or

  smoutput STUFF=: readsheet_cexcel_ 'Name'

-- 
Raul

On Thu, Jun 28, 2012 at 9:47 AM, adam dunne <adam...@gmail.com> wrote:
> Does that mean there's no way of processing,in J the values of Excel
> cells...defeats the purpose of the code, I would have thought.
>
> On 28/06/2012, adam dunne <adam...@gmail.com> wrote:
>> Having difficulty assigning result of smoutput readsheet_cexcel_ to a
>> variable, as I want to do subsequent processing on excel cells, in J.
>> Neat code!
>>
> ----------------------------------------------------------------------
> 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