|
Gage Beginner
Joined: 07 Jan 2003 Posts: 23
|
Posted: Fri May 16, 2003 4:24 am
%s matches only once? |
Hopefully the spaces show up...
Text:
1st. Row Myself Someone -----
Pattern:
1st. Row%s(*)%s(*)%s(*)%s
Action:
#SHOW %1
#SHOW %2
#SHOW %3
Now the first %s works and matches all the spaces before "Myself" but they do not match the spaces after "Myself" and "Someone". It acts like it it only matching one blank space.
What would be causing this? |
|
|
|
Gage Beginner
Joined: 07 Jan 2003 Posts: 23
|
Posted: Fri May 16, 2003 4:39 am |
Nevermind,
I was using (*) when I should have been using %x in my pattern. |
|
|
|
|
|