#Help! PDrawToPgS.rexx
Hi There!
I was copying a bunch of ProDraw clips to PageStream3.0 and thought… "This is
a job for AREXX!" Trouble is…. I don't know "Jack" about AREXX!
The guys at SoftLogik are obviously busy now, so I thought "How hard could it
be???" Harder than I thought.
Here is as far as I got, I looked up the appropriate commands in the manuals
and typed them in. The first line works! The last line is from the PgS macro
generator and should be O.K. too.
What am I missing??? Should I forget it for now and spend a few months learning
Arexx? (Nah)
Anyone want to take a shot at it? I'm sure a few other people would find it
handy.
Here's a start!
/* PDrawClipToPgS3.0.rexx */ * ClickOnObj("Click on Object to Export to
PgS3.0") call DefineClip (Clip) * bool = SaveClips(Ram:Clip.clip) call
DeleteClip(Clip) address 'PAGESTREAM' PageStreamToFront PlaceGraphic File
Ram:Clip.clip Filter ProDrawClip Status
Thanks,
/ / / //ANDRE