C
Craig
I have a replace function that I want to use to go through
a string and replace every instance of whitespace with a
double quote --> ". However, when i use the function as
follows:
replace (tbl1(3), " ", """)
it does not seem to like that. I'm thinking that """ is
not the right way to do that. should it be something like
this:
"'"'" or like this: "~""
please let me know how that works.....thanks for any help.
Craig
a string and replace every instance of whitespace with a
double quote --> ". However, when i use the function as
follows:
replace (tbl1(3), " ", """)
it does not seem to like that. I'm thinking that """ is
not the right way to do that. should it be something like
this:
"'"'" or like this: "~""
please let me know how that works.....thanks for any help.
Craig