Sorry I confused a name with an underscore within it with multiple locales. So now I know that I need to use cocurrent'blob1' then indloc=:'loc1' to get data__indloc to work...
Thank's anyway, sometimes I talk to myself ;O) Paul Gauthier APL Software Developer - Senior [EMAIL PROTECTED] Phone: 312-739-3467 Fax: 312-739-3496 CheckFree. The Company that Powers Payment on the WebSM. http://www.checkfree.com/paybillsonline [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 02/02/2007 03:07 PM Please respond to General forum <[email protected]> To General forum <[email protected]> cc Subject RE: [Jgeneral] Indirect Locatives with multiple locales I noticed that when I define the name of a locale from which I want to retrieve a noun using indirect locative syntax as in: data_loc1_=:i.3 2 indloc=:<'loc1' $data__indloc 3 2 Fine, now with more than one leg as in: data_loc1_blob1_=:i.5 2 indloc=:<'blob1' $data_loc1__indloc 5 2 But I cant do: indloc=:<'loc1_blob1' $data__indloc |ill-formed name: indloc | data__indloc Which means that I have to use a do as in: ".'data_loc1__indloc' In other words, can I assemble multiple legs locales and use indirect locative syntax without a do (".) ? Paul Gauthier APL Software Developer - Senior [EMAIL PROTECTED] Phone: 312-739-3467 Fax: 312-739-3496 CheckFree. The Company that Powers Payment on the WebSM. http://www.checkfree.com/paybillsonline ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
