Posted By
   SVS on 2006-05-25 02:23:52
   |   INPUT#
  Did you know that INPUT# command automatically discards any beginning space character of the string to be read? Pratically a string stored on a seq file, say for example "   abc", is always read as "abc" without output any error message.
  |