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

Reply via email to