17 Oct
2002
17 Oct
'02
1:02 p.m.
Ahoi MP experts, i've tried to implement a keyval-interface in MP. Currently it looks like def keyvalFunc (text t) = begingroup; save status, col ; numeric status; string col ; t ; show status; show col ; endgroup; enddef; keyvalFunc(status=1.0; col="Hallo" ) ; This works, of course, but i would prefer if i could use a comma instead of the ";" to separate the keyval-pairs. Any ideas, how i can make "," be locally like ";"? Thanks in advance. Jens