Program: MKLSSPLITTOKENLIST
mklssplittokenlist.........divide token list into keyword, modifier, and parameter list
call: [keyword,modifier,parmlist]=mklssplittokenlist(tokenlist,linecnt,silent);
tokenlist: string matrix containing token list, as returned by MKSPLITLINE
linecnt: line counter, needed in error messages
silent: verbosity flag:
1: run silent
0: run verbose
result: keyword: string containing the keyword (without "!")
empty if no keyword present
modifier: string containing the modifier to the keyword (without "!"),
empty if no modifier present
parmlist: string matrix, containing all parameters
empty if no parameters present
Keywords and Modifiers are recognized by
a) position in TOKENLIST and
b) preceeding exclamation mark
Martin Knapmeyer, 01.09.2003
Read M-File Source Code
eof.