| 
read_molfile_value (
        file,
        length,
        strip=1,
        conversion=None,
        )
reads specified number of characters, if strip strips whitespace,
  if conversion (a fuction taking one string argument) applies it;
  if empty string is obtained after stripping 0 is returned |