mklssplitline.......split text line into tokens used in .lsd files call: [tokcnt,tokenlist]=mklssplitline(line); line: string containing a line from a .lsd file result: tokcnt: number of tokens found tokenlist: strin matrix, containing on token from LINE per row A token is defined as a sequence of non-whitespace characters, where whitespace are ASCII characters 9 and 32. Martin Knapmeyer, 01.09.2003