From: divisor on
Hello mathGroup:

I have a program that has a23 in many places. I want to change the
notebook so each occurrence has an evaluated form of "Subscript[\
[Alpha], 23]".

When I run the Edit>>Find command in the front-end, the unevaluated
form is replaced. The "Replace with:" box is a plain text control so I
cannot paste the evaluated form.

Is it possible to make this replacement?

Thanks in advance.

Roger Williams
Franklin Laboratory

From: Bob Hanlon on

Do the substitution with the InputForm, i.e., Subscript[\[Alpha], 23],
then select the cells and use the menu command

Cell | Convert To | TraditionalForm

Select the TraditionalForm menu item even if there is already a check next to it.


Bob Hanlon

---- divisor <congruentialuminaire(a)yahoo.com> wrote:

=============
Hello mathGroup:

I have a program that has a23 in many places. I want to change the
notebook so each occurrence has an evaluated form of "Subscript[\
[Alpha], 23]".

When I run the Edit>>Find command in the front-end, the unevaluated
form is replaced. The "Replace with:" box is a plain text control so I
cannot paste the evaluated form.

Is it possible to make this replacement?

Thanks in advance.

Roger Williams
Franklin Laboratory



From: divisor on
Thanks Bob....the only thing is I have to evaluate the cells one-by-
one after the replace...

So Maxim supplied this excellent result:

> Currently you can only do it by using linear syntax. So the "Replace With=
:" field should contain this string:
>
> \!\(\[Alpha]\_23\)
>
> Best regards,
> Maxim Rytin


On Feb 13, 2:23 am, divisor <congruentialumina...(a)yahoo.com> wrote:
> Hello mathGroup:
>
> <snipped/>