I would like to use the the ReplaceList function to replace certain characters with certain other characters, however. This is achieved, of course, by using two comma delimited quote-surrounded attributes. Unfortunately, one of the characters I'm trying to replace, is, indeed, a COMMA! I'm at a loss of what to do :( It will look something like this
#ReplaceList(query1.variable1, "?,!,,", "!,?,,", "all")#
help :(