The problem I was running into was as follows:
An array of strings was passed into a for loop with indexing on. At each turn of the for loop, that particular string was compared to a single string until a match was found. The problem I found was that although the strings
looked identical, the "equal" comparison was continually ringing a false result.
I'm not sure how, but it seemed to me that there were some extra whitespaces on one or the other string; I could not see them so it was a "blind" guess. Therefore, I just introduced the "Trim Whitespace" function on the String Palette to both strings and my problem is temporarily solved. I suppose copying those strings into a text editor and looking to see where the extra whitespace(s) were coming from, should be my next course of action, in the interest of thoroughness.
Message Edited by Candice on
06-07-2008 10:38 PMMessage Edited by Candice on
06-07-2008 10:38 PM