Card Group Label Names
Brian Yennie
briany at qldlearning.com
Fri Apr 15 20:38:22 EDT 2005
Kathy,
How about something like this:
put the groupNames into allGroups
put the backgroundNames into backgroundGroups
put empty into cardGroups
repeat for each line groupName in allGroups
if (groupName is not among the lines of backgroundGroups) then
put groupName&return after cardGroups
end if
end repeat
delete last char of cardGroups
answer cardGroups
HTH,
Brian
> Hi y'all
> (I am having some Browser problems. I hope this is not
> a repeat.)
>
> I need a list of "the labels" of the groups of a card
> whose background behavior is set to false:
>
> I got as far as the following script:
>
> put the groupNames of card 1 into groupsToShow
> answer groupsToShow
>
> And, of course I get the group id of both background
> and card groups.
>
> So an hour later (Did I mention I was blond;) I
> decided to ask the following on line:
>
> How do I get the Labels of just the card groups?
> Thanks
>
> Kathy Graves Jaqua
> A Wildest Dream Software
> kgjaqua1 at sbcglobal.net
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
More information about the use-livecode
mailing list