<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3103.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>... or maybe just a nuisance. I'm using VTK32, so 
not sure about 4.x. Sorry if it's been fixed already - couldn't find anything in 
the archives.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>If you characterize a file, ie use 
GetNumberOfScalars and GetScalarsNameInFile, the stored filenames have been 
converted to lowercase (because CheckFor converts the whole line to lowercase). 
However ReadScalarData is comparing against the original name in the file (not 
necessarily lowercase), hence the possible problem.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I found this because when I loaded scalar names 
into a list box I noticed all the caps were gone and attempts to load the 
selected scalars failed.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Malcolm Drummond<BR>GeoVision 
cc<BR></FONT></DIV></BODY></HTML>