[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Re: PGM scripts and Xywrite.
- Subject: Re: PGM scripts and Xywrite.
- From: "Robert Holmgren" holmgren@xxxxxxxx
- Date: Wed, 4 Jan 2006 17:41:14 -0500
** Reply to message from Mark Butler on Wed, 4 Jan
2006 17:27:04 -0000
> What I need to know is
> what the commands in the PGM files mean? Is there a format or are they
> simply search and replaces.
Yes, they're mostly search and replace commands -- replacing one format in the
source doc with another. Plus a bit of conditional logic. Simple stuff.
Here's your program, "Englished". In the following the "!" char separates
Search$ from Replace$, e.g. "!source$!replace$!" ("" = carriage return
embedded in source doc). If you need to actually port these to another
language, you'll probably have to get a copy of XyWrite to be able to read and
run the programs.