B
Brian Anderson
Here is my question:
I am trying to insert a space at a specific point in a
text string. Please see example below.
Text string = ROF13734357/2R4A
The result I want is as follows:
Text string = ROF13734357/2 R4A
The problem is that I never know exactly what position
the "R" will be in or if there will be more than one "R"
in the text string.
Bottom line is, I want to insert a space immediately
BEFORE the LAST "R" in the text string. Any ideas?
This one has had me stumped for quite some time. Thanks.
Brian Anderson
I am trying to insert a space at a specific point in a
text string. Please see example below.
Text string = ROF13734357/2R4A
The result I want is as follows:
Text string = ROF13734357/2 R4A
The problem is that I never know exactly what position
the "R" will be in or if there will be more than one "R"
in the text string.
Bottom line is, I want to insert a space immediately
BEFORE the LAST "R" in the text string. Any ideas?
This one has had me stumped for quite some time. Thanks.
Brian Anderson