See the last line in the help text below the edit field
Use " around find/replace text if they start/end with a space
(maybe the text should be more clear ? or something ? )
with other words
\|" "
A|" spaceBefore"
B|"Space After "
C|Space in The Middle do not require quotes
" D"|Find Space+D
Thanks for reply Mathias.
Yes I did see the help text but using " "s gives me warning 'invalid characters in name' as it adds
"s with the space. I thus tried
' & that gave me a '<space>' in the name, which I then stripped with a later pass for '
I am only adding a
<space> not
text+<space>, but I get invalid char msg when I add " with text &/or <space>.
e.g.tree.12.beta
.|"<space>"
tree" "12" "beta >Error! - Invalid characters in name
When I use a single character swap, all <space> disappear.
e.g.tree.12.beta
.|<space>
tree12betaWhat am I doing wrong?