I copied 2009 to the clipboard from another application and this works for
me:

   wd'clippaste'
2009
   0!:101 wd'clippaste'
   2009
2009
   0!:101 ]11!:0'clippaste'
   2009
2009

NB. Then I copied c=.2009 to the clipboard and got:
   
   0!:101 ]11!:0'clippaste'
   c=.2009
   c
2009



-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of
[email protected]
Sent: Friday, June 19, 2009 18:30
To: Programming forum
Subject: Re: [Jprogramming] math.pdf -> J Server -> math.ijs file

Maybe I am taking you to literal because when I do:

   0!:101]11!:0'clippaste'                                  
                   
|domain error
|   0!:101]    11!:0'clippaste'

first thing I do is put 2009 in the clippaste buffer.

Then I type in 0!:101]11!:0'clippaste' in my jconsole
window.

What am I missing?  This would be a great help, thanks!

----- Original Message Follows -----
From: Don Guinn <[email protected]>
To: Programming forum <[email protected]>
Subject: Re: [Jprogramming] math.pdf -> J Server -> math.ijs
file
Date: Thu, 18 Jun 2009 19:08:25 -0600

>You don't have to go to the trouble of pasting to an entry
>box. Simply define the following on a function key and all
>you have to do is push the function key in a J session and
>it runs whatever is in the clipboard.
>   0!:101]11!:0'clippaste'
>
>On Thu, Jun 18, 2009 at 4:30 PM,
><[email protected]> wrote:
>
>> Take a .png file with math statements,
>> copy a line text, paste it into an entry box
>> for a j-converter and out pops j code.
>>
>> Take a look at the .png file I have attached.
>>
>> Feasible?  Anybody seen something like this?
>>
>> I am interested in developing utility to
>> solve/simplify/expand
>> equations displaying the steps taken.
>>
>> :-)
>>
>>
>>
>>
>-----------------------------------------------------------
>> ----------- For information about J forums see
>>http://www.jsoftware.com/forums.htm 
>-----------------------------------------------------------
>----------- For information about J forums see
>http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
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