unjust
2008-05-22, 08:49 PM
situation: mtext block that's a few letters underlined, a carriage return, and a few numbers.
mtext is mid left justified, text inside of mtext is center justified.
i.e
SX1
12
i'd like to replace 12 with 24 however, find and replace "12" with "24" results in
;SX1
24
no matter the syntax a semicolon is added to the beginning of the string. so... find and replace ";" with "" however that results with all of the text now being left justified.
throughout that the mtext justification doesn't change.
is there a fix for this mess?
mtext is mid left justified, text inside of mtext is center justified.
i.e
SX1
12
i'd like to replace 12 with 24 however, find and replace "12" with "24" results in
;SX1
24
no matter the syntax a semicolon is added to the beginning of the string. so... find and replace ";" with "" however that results with all of the text now being left justified.
throughout that the mtext justification doesn't change.
is there a fix for this mess?