Hi Alex,

> Well, the first field will often be different anyway, because it
> typically will have a +Var or +E/R prefix.

not necessarily.

It should be possible to create it programmatically like this (as part
of a chart):

(let L '((("group1" . "value1a")
          ("group1" . "value1b")
          ("group1" . "value1c"))
         (("group2" . "value2a")
          ("group2" . "value2b")
          ("group2" . "value2c")))
   (for G L
      (for NV G
         (let (N (car NV) V (cdr NV))
            (gui 1 '(+Radio) N V)))))

where L is unknown at the time of writing the program.

> I'm not sure if I understood your intention. But searching for NIL
> should clearly indicate which is the first one?

In such case, there is no NIL to search for...

In the original version, *Radio was there to detect it automatically.
Now the programmer has to specify it by saying NIL.

Did I manage to express the idea better?

Cheers,

Tomas
-- 
UNSUBSCRIBE: mailto:[EMAIL PROTECTED]

Reply via email to