Card Group Label Names

Kathy Jaqua kgjaqua1 at sbcglobal.net
Sat Apr 16 02:15:35 EDT 2005


Thank You Brian,

I just got back from the Warriors Game. Wow, what a
great new team!
so I will work on this script:)

Kathy Graves Jaqua
A Wildest Dream Software
kgjaqua1 at sbcGlobal.net
--------------------------------------

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



More information about the use-livecode mailing list