|
-
Jan 31st, 2007, 11:29 AM
#17
Thread Starter
Lively Member
Re: check box to remove items from list?
 Originally Posted by Mitch_s_s
could you not use checkbox on change
then put
VB Code:
if checkbox.value = true then
label.text = "Whatever you want to display here"
end if
or am i missing the point?
That is similar to the idea i have, however i want it so when the checkbox.value = true and the checkbox is for a certain word in the list, and the word comes up as the label.text, it randomizes again. but i cant get it to work.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|