On Tue, 15 Sep 2009, Matthew Brand wrote: > This was a simplified version of my problem. > > I reality I am calling the adverb as: > > A__f > > where f =. <'N1' > > So I cannot write fun__f explicitly. > > I thought about Bill's solution some more and it does not help because > in reality my "fun" references nouns and verbs in the N1 locale, I > cannot put them all in _z_ because there are several other locales N1, > N2 etc... that are like N1 but have slightly different noun contents.
You could switch locale inside A as Raul suggested or sandwich the code like tmp__=: 18!:5 '' cocurrent f A ... cocurrent tmp__ -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
