Got curious and looked at clippaste and it has a new parameter "[type]".
Then a description for 0 1 and 2. But the description doesn't make sense as
a parameter, but as a returned value. For example, "1 -
clipboard<file:///C:/Program%20Files/J/j601/system/extras/help/user/wd_commands.htm#L9M5>text
or command failed if none" sounds like a return description, not a
type.

Then I noticed that there are two new wd commands - "clipcopyx" and
"clippastex". I am confused when it says the "format must be enhmetafile".
According to WikipediA this is an enhanced metafile which can be any of
several graphic formats including GIF and JPEG. I searched the J system
libraries for examples of clippastex and the J WIKI for additional
information. Nothing. So, what should be put in for "format"? Is that
something like the word "JPEG" or a number or what? For grins I put a JPEG
image on the clipboard and tried

  wd 'clippastex "JPEG" "filename.jpg"'
|domain error: wd
|       wd'clippastex "JPEG" "filename.jpg"'
  wd 'qer'
bad parameter : 0

Anybody have an example or suggestions?


On 5/6/07, Raul Miller <[EMAIL PROTECTED]> wrote:

On 5/6/07, bill lam <[EMAIL PROTECTED]> wrote:
> There is no need to write code, just mouse select files in explorer,
press
> control-c, then inside ijx type
>   wd 'clippaste 2'

Ok, so this really is cut&paste, not drag&drop?

Thanks,

--
Raul
----------------------------------------------------------------------
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