08-27-2012 10:46 AM
Hi, I was surprised by this result, but upon reflection I am wondering if the behavior of Search 1D Array when presented path data type inputs, is smart enough to know a Linux box is case sensitive, and windows machines are not?
08-27-2012 01:01 PM
It depends on the data type. when you take the path and compare it will take the .txt as an extension but the same when you do it with a string it takes everything as string so when you have different case you will not be able to match (Please correct me if I am wrong). Try to convert the string to upper case both and check its working.