View previous topic :: View next topic
|
Author |
Message |
hikaps14
Active User
Joined: 02 Sep 2005 Posts: 189 Location: Noida
|
|
|
|
Hi,
i want to know that how to create another clipboard for CUT command .
because i want to keep many codes in my clipboard
this can help me a lot while editing similar types of codes
so is that possible ?
Thanks ,
-Kapil . |
|
Back to top |
|
|
Marso
REXX Moderator
Joined: 13 Mar 2006 Posts: 1353 Location: Israel
|
|
|
|
Using ISPF cut and paste, the book says:
Code: |
CUT clipboardname
PASTE clipboardname |
You can define up to ten additional clipboards.
If you have SPIFFY, the commands are:
Code: |
CUT TO clipboardname
PASTE FROM clipboardname |
Depending of the SPIFFY version, you can have up to 200 clipboards... |
|
Back to top |
|
|
hikaps14
Active User
Joined: 02 Sep 2005 Posts: 189 Location: Noida
|
|
|
|
its working cool
Thanks ,
-Kapil . |
|
Back to top |
|
|
|