32   return "Array subscript [" + 
toString(index) + 
"] is out of array bounds";
 Namespace for the standard library. 
 
QString toString(bool boolToConvert)
Global function to convert a boolean to a string. 
 
QString ArraySubscriptNotInRange(int index)
This error should be used when an Isis object or application is checking array bounds and the legal r...