Is this a bug?

Chipp Walters chipp at chipp.com
Sat Jan 20 09:17:51 EST 2007


Exists function:

Create 2 buttons:

Name the first one "taxes"
Name the second one "UFOs"

Group each button independantly and set the name of each group to "America"
Now you have 2 groups, each named "America", each with a differently named
button within.

Now, try the following in the msg box:

put exists(button "taxes" in group "America")
returns 'true'

put exists(button "UFOs" in group "America")
returns 'false'

Furthermore, this statement no longer works either:
edit script of button "UFOs" in group "America"

Seems like this should work.



More information about the use-livecode mailing list