Ncl-talk members:
It has come to our attention that NCL's string comparison operators  
have a major inconsistency: the relational inequality operators  
(.lt., .gt., .le., .ge.) perform a case insensitive comparison, such  
that strings like "units" and "Units" are treated as equal, while the  
equality operators (.eq. and .ne.) are sensitive to the case, so  
"units" is not equal to "Units". This seems wrong to us, and we are  
planning to modify the inequality operators to make them case  
sensitive like the equality operators. If anyone has comments or  
objections to this plan please let us know. This change is scheduled  
for the 6.0.0 release.
Thanks,
  -dave
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Jul 12 11:10:04 2010
This archive was generated by hypermail 2.1.8 : Mon Jul 19 2010 - 09:39:02 MDT