> Are they in a field? If so, then you can enumerate and attach the
> enumeration to the field and use lookup to get the specific value.

no, I create this list by hand using "list" module. how can I use enumerate 
and lookup in this case?

> >small problem, but I cannot find simple solution:
> >I have list of strings {"a" "b" "c"}, how can I know index of each member
> > if I know only members name? let's say on which position in the list
> > member "b" is?
> >
> >another way of thinking: I need to map list {"a" "b" "c"}
> >to list {0 1 2}, without using selector tool (it is not allowed in macros)
> >
> >best
> >Maxim

Reply via email to