Search found 4 matches

by symiant
Thu Jan 15, 2015 5:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Seperating a list by unique items [SOLVED]
Replies: 3
Views: 3103

Re: Seperating a list by unique items

Ah thank you - I can see how both methods would do it!

I went with the array solution in the end, on the basis that I haven't used arrays much so this seems like a nice and simple first step :D

Thanks very much.
by symiant
Thu Jan 15, 2015 3:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Seperating a list by unique items [SOLVED]
Replies: 3
Views: 3103

Seperating a list by unique items [SOLVED]

I'm trying to do something I'm sure is simple, but I can't find how to do it. I'm probably missing something! I have a list in a variable, lets call it "StimList". The list has 80 lines, and each line has 3 items, all 3 items are words. For example lines 1-4 might look like: file.bmp, file2.bmp, dis...
by symiant
Mon Jul 13, 2009 2:07 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Space Bar [Solved]
Replies: 16
Views: 15068

Cheers for the fast replies!
by symiant
Mon Jul 13, 2009 1:35 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Space Bar [Solved]
Replies: 16
Views: 15068

Space Bar [Solved]

Hi there,

I have a really simple question. If I want to refer to the space bar in a script, how do I do that? I've figured out the on keydown function, but I can't find anything in the reference material about how to specify the space bar!

Thanks in advance