ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] MP keyval interface
@ 2002-10-17 13:02 Jens-Uwe Morawski
  2002-10-17 14:03 ` Emil Hedevang Lohse
  0 siblings, 1 reply; 3+ messages in thread
From: Jens-Uwe Morawski @ 2002-10-17 13:02 UTC (permalink / raw)



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
_______________________________________________
ntg-context mailing list
ntg-context@ref.ntg.nl
http://ref.ntg.nl/mailman/listinfo/ntg-context


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-10-18  9:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-17 13:02 [NTG-context] MP keyval interface Jens-Uwe Morawski
2002-10-17 14:03 ` Emil Hedevang Lohse
2002-10-18  9:45   ` Jens-Uwe Morawski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).