Strip unwanted characters.
|
![]() |
|
Summary |
A problem with using the wdb macro to extract the data from a Arbortext APP dialogue box is that in many cases the data you want to examine is enclosed in either ( ) or [ ] characters, representing either the system or document defaults for a particular setting. In order to examine these sensibly you must strip the unwanted ( ) or [ ] characters: |
A slightly simpler version of the same script avoids using loops by including the operations on the ^typeface variable on the same line as the tests. This makes the script a few characters longer, admittedly, but perhaps gains in clarity: |
|
Document created on 08-Feb-2003 (revision 1)