Program: MKLSSTRIPCOMMENTS

  mklsstripcomments.......strip off .lsd file comments from line
 
  call: newline=mklsstripcomments(oldline)
 
        oldline: string containing a line from a .lsd file
 
  result: newline: the same als OLDLINE but all comments stripped off.
 
  comments begin with '#', '//', or '/*' and end at the end of the line.
 
  Martin Knapmeyer, 01.09.2003

Read M-File Source Code


eof.