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
[EMAIL PROTECTED]
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution