Might want to put a select empty at the top too, or the end group might be a
bit bigger than you think. (Or better yet, save off the current
selection(s), and restore them afterwards. Bonus points.)
~ Chris Innanen
~ Nonsanity
On Sat, Jul 2, 2011 at 8:04 PM, Klaus on-rev wrote:
> Hi Nicolas,
That was perfect, Klaus. Thanks.
--
Nicolas Cueto (iPhone)
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/us
Hi Nicolas,
Am 03.07.2011 um 00:57 schrieb Nicolas Cueto:
> Hi.
>
> Here's an example of what does work:
>
> group group id 342201 and group id 342165 and group id 342129
>
> And what doesn't:
>
>put "group id 342201 and group id 342165 and group id 342129" into tString
>group tStr
Hi.
Here's an example of what does work:
group group id 342201 and group id 342165 and group id 342129
And what doesn't:
put "group id 342201 and group id 342165 and group id 342129" into tString
group tString
But shouldn't it work?
Which leads me to a second question. My workarou