E
Edward Mendelson
One more question about string manipulations, if anyone still has the
patience to deal with these.
Thanks to Helmut, Jay, and Greg, I can now extract a font name from a symbol
field, with results(in the macro for which this will be useful) that look
like this:
WP MultinationalA Roman
WP MultinationalB Courier
WP TypographicSymbols (no space after Typographic)
Multinational Ext
Typographic Ext
etc. etc
Some of these font names consist of three words; some have only two. (It's
possible that some will have only one word, but I haven't encountered any
yet.)
I want to be able to take any font name that has three words and reduce the
name to the first two words only, so that the first and second items in the
list above will *both* return:
WP MultinationalA
I've been struggling with the functions found here:
http://www.romankoch.ch/capslock/strfun.htm
but haven't had any luck. Any help gratefully received.
Edward Mendelson
patience to deal with these.
Thanks to Helmut, Jay, and Greg, I can now extract a font name from a symbol
field, with results(in the macro for which this will be useful) that look
like this:
WP MultinationalA Roman
WP MultinationalB Courier
WP TypographicSymbols (no space after Typographic)
Multinational Ext
Typographic Ext
etc. etc
Some of these font names consist of three words; some have only two. (It's
possible that some will have only one word, but I haven't encountered any
yet.)
I want to be able to take any font name that has three words and reduce the
name to the first two words only, so that the first and second items in the
list above will *both* return:
WP MultinationalA
I've been struggling with the functions found here:
http://www.romankoch.ch/capslock/strfun.htm
but haven't had any luck. Any help gratefully received.
Edward Mendelson