Multiple clipboards
ArborX


Summary
Various examples of multiple clipboard actions using the clipboards macro.

Clear clipboards 1,2 and 3:

 clipboards *,1,2,3

Load all clipboards defined in the default clipboards file:

 clipboards 1,"{@}sclip.3l"

Load clipboards 1,2 and 3 from the default clipboards file:

 clipboards 1,"{@}sclip.3l",1,2,3

Save all clipboards into the file specified by the user from the Save Clipboards dialogue:

 clipboards s

Document created on 04-Apr-2003 (revision 001)