Here's what I use in J801
        

require '~addons\general\misc\clippaste.ijs'
NB. ---------------------------------------------------------
NB. use: Copy ExpertGPS waypoint decsription to the clipboard
NB.     dist fd '<type>'
NB.     then paste into ExpertGPS description field
NB.     may use as modadic:  fd '<type>' when distance is unknown
fd=: verb define
  0 fd y
  :
  a=. getcliptext''      NB. Returns text from clipboard in J801
  k=. WPN i. s:<2}.9{. a
  if. 0=x do. x=. '' end.
  b=. (":x),' ',y,':',(":k{PTS),':',(k{EXD),':',(11}.a)
  setcliptext b         NB. Places text in clipboard in J801
  smoutput b
)

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Piet de Jong
Sent: Sunday, November 17, 2013 15:44
To: Programming forum
Subject: [Jprogramming] Where has "clipread" gone in J801

I use it for copy/paste data from Excel.
Works great in J7
----------------------------------------------------------------------
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