Search found 2 matches

by hudsonj
Thu Dec 10, 2015 6:36 pm
Forum: Games
Topic: Sheepherder Game Academy
Replies: 2
Views: 6002

Re: Sheepherder Game Academy

My student can not move the sheep. In LiveCode version 8 the set property contents to true is different than version 7. I went back to version 7 with his file and set the property and now the sheep will move. Tomorrow I plan to try this file back in version 8. Any suggestions for how to set the Prop...
by hudsonj
Mon May 23, 2011 3:28 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to remove item from list
Replies: 2
Views: 3314

How to remove item from list

In a list of items how can I remove one of the items.

put "a,b,c,d,e,f" into titems

I would like to remove the c from titems and leave the rest alone.

Even nicer is a way to remove item 3 from the list.

Thank you