Thanks. This is what I was looking for. Justin
On 26 September 2010 19:43, Anssi Seppälä <[email protected]> wrote: > Mapped files are in the area between virtual and real world. Mapped files > require some extra engineering for inheritance. > > My solution is to map variables in the parent-locale. Then I can assign those > variables to the local variable name in my instance locale. > > (JINT;reclength) map_jmf_ 'mapname_myclass_';filename NB. map > inst1=: conew 'myclass' > cocurrent inst1 > ".localname,'=: mapname_myclass_' > > After this I can operate the mapped variable in as any variable in the > instance locale. > > Anssi > > > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Justin Paston-Cooper > Sent: 26. syyskuuta 2010 14:13 > To: Programming forum > Subject: [Jprogramming] JMF and Locales > > Hello, > > How can I stipulate that map_jmf_ map a file to a variable in a given > locale or to a member of an object? Thanks in advance. > > Justin > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
