daseffects
Technical User
Lets say I have a range of #'s
0, 1.01, 5.2, 10.2, 0
I want to be able to replace just the whole 0s w/ the number 1 through a comand button.
so the above would look like
1, 1.01, 5.2, 10.2, 1
I figure just regular find and replace won't do.
0, 1.01, 5.2, 10.2, 0
I want to be able to replace just the whole 0s w/ the number 1 through a comand button.
so the above would look like
1, 1.01, 5.2, 10.2, 1
I figure just regular find and replace won't do.