acedb at beta.crbm.cnrs-mop.fr> select m, l, r from m in class Rearrangement, mn in m->Map where mn = "V" , l in mn[left] where l = -0.316634, r in mn[right] where r = -0.22476
// Reponse: 104 bytes.
// New Acedb Query Language : AQL beta release
"adDf1059" -0.316634 -0.22476
// 1 Active Objects
acedb at beta.crbm.cnrs-mop.fr>
notice in the mail bmy presious mail a bug i said (in several lines)
select m, l, r
from m in class map,
mn in m->Map
where mn = "Chr_6",
...
but of course i wanted to say
from m in class Rearrangement (or sts, cetainly not class map)
---