D
Danny
Hello:
Using the code below, I am searching for many words, in addition to a period
followed by a closing quotation mark. However, when I compile it, I am asked
for a list separator or a closing paranthesis ()). Any idea how I would be
able to search for a period and a closing quotation mark while using an
array? What if I were searching with quotation marks on both sides?
Thanks.
vscourtext = Array("check ", "checks ", "checking account", "counseling",
"offense", "center", "labor", "behavior", "honor", "honors", "here in the
US", "in the US", "actualized", "analyze", "analyzer", "authorize",
"capitalize", "categorize", "centralize", "color", "customize", "endeavor",
"familiarize", "favor", "individualize", "industrialize", "maximize",
"minimize", "normalize", "normalizing", "organize", "personalize",
"privatize", "realize", "recognize", "skeptical", "stabilize", "utilize",
"practice ", "licensed", "$", "/08", "/07", "/06", "5:00", ", and", "."")
Using the code below, I am searching for many words, in addition to a period
followed by a closing quotation mark. However, when I compile it, I am asked
for a list separator or a closing paranthesis ()). Any idea how I would be
able to search for a period and a closing quotation mark while using an
array? What if I were searching with quotation marks on both sides?
Thanks.
vscourtext = Array("check ", "checks ", "checking account", "counseling",
"offense", "center", "labor", "behavior", "honor", "honors", "here in the
US", "in the US", "actualized", "analyze", "analyzer", "authorize",
"capitalize", "categorize", "centralize", "color", "customize", "endeavor",
"familiarize", "favor", "individualize", "industrialize", "maximize",
"minimize", "normalize", "normalizing", "organize", "personalize",
"privatize", "realize", "recognize", "skeptical", "stabilize", "utilize",
"practice ", "licensed", "$", "/08", "/07", "/06", "5:00", ", and", "."")