Oops, I just wrote:
on mouseUp
repeat with X=1 to the number of controls of this cd
put (the name of control i of this cd) into line i of fld "MyList"
end repeat
end mouseUp
Of course it should have been
repeat with i = 1...
So it does work (though "repeat for each..." doesn't. But what about
my objection from the transcript dictionary (the implication that the
numbers aren't unique?). Still I admit to being somewhat red-faced,
and will work from there. Still not sure about the GM.
Apologies
Graham
--
-------------------------------------------------------------------
Graham Samuel / The Living Fossil Co. / UK & France
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution
- How do I scan all the objects on a card? Graham Samuel
- RE: How do I scan all the objects on a card? Monte Goulding
- RE: How do I scan all the objects on a card? erik hansen
- Re: How do I scan all the objects on a card? Jeanne A. E. DeVoto
- RE: How do I scan all the objects on a card? Graham Samuel
- Re: How do I scan all the objects on a card? Scott Rossi
- RE: How do I scan all the objects on a card? Graham Samuel
- RE: How do I scan all the objects on a card? Jeanne A. E. DeVoto
- Re: How do I scan all the objects on a card? Sarah
- RE: How do I scan all the objects on a card? Graham Samuel
- Re: How do I scan all the objects on a card? Ken Ray
- RE: How do I scan all the objects on a card? Jeanne A. E. DeVoto
