I need to replace this line:
MOA***M15*M15*M15~
with:
MOA***M15~
How can I write a generic expression as M15 could change. It could be N121*N121*N121*N121 and so forth. The count could also change. For example it could be duplicated 2, 3, 4, or more times.
Thanks.
MOA***M15*M15*M15~
with:
MOA***M15~
How can I write a generic expression as M15 could change. It could be N121*N121*N121*N121 and so forth. The count could also change. For example it could be duplicated 2, 3, 4, or more times.
Thanks.