[Papyrus-L] another wordperfect macro approach for full exchange with Papyrus under XP

John Rodgers jrodgers at bcm.tmc.edu
Thu Jun 17 17:44:21 EDT 2004


Here's a macro approach for pasting from WP into Papyrus via a disk file:

1. create a macro in the root directory  such as c:\expap.wcm

2. This macro should copy a blocked text to a New file, then save same as 
c:\papref.txt as an ascii file, then close new file.
  My code was:
Application (WordPerfect; "WordPerfect"; Default!; "EN")
EditCopy ()
FileNew ()
EditPaste ()
FileSave (Filename: "C:\PAPREF.TXT"; ExportType: ASCIIStandard!)
Close ()

3.  put this macro on your macro tool bar with "FULL PATH".


4. to use- block the desired text, then invoke c:\expap.

5.  Within Papyrus, use the F4 key to paste.

-John Rodgers









More information about the Papyrus-L mailing list