Program: MKLSSTRMAT2LINE

  mklsstrmat2line.......concatenates all lines of a string matrix into a single line
 
  call: line=mklsstrmat2line(strmat);
 
        strmat: string matrix as generated by strvcat()
 
  result: line: a single-line string in which all rows of STRMAT are concatenated
 
  Rows of STRMAT are deblanked and then separated by a single ASCII 32 character.
 
  Martin Knapmeyer 03.09.2003

Read M-File Source Code


eof.