All,
I have a routine that needs to create a
string by concatenating a hard coded string with one element of a passed-in string array. Basically, I have the following code snippet:
This new_string value never gets created correctly - comes up as null. However, if I take out the two single quotes from the hard coded strings, then it gets created correctly. can someone point me to a resource that explains this? I'm not sure what I need to do. I need those single quotes to properly format a MySQL query.
Thanks in advance.
Scott