Does anyone know of an ease and efficient way to do this? right know the
code i have looks:
int index = tableNameSet.indexOf(tableName);
if(index != -1){
tableNameSet.addElement(tableName);
}
but what is happening (i think) is the indexOf() method to comparing copies
of references of the string instead of comparing the literal values stored
in them (the way java does comparisons is so freaking confusing).
anyone?....... anyone?......
-scott-
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]