Page 1 of 1

Research products

Posted: Thu Apr 03, 2014 12:18 pm
by rustyou
I want create a application for research a product.


Exemple :

I have a wardrobe and in this wardrobe ago of books.

I want to know the location of the book named : History

I can entry the name of book and when I clik on the btn entry (in the edit box) I have a led who that illuminates on this location.

I’ve need code ruby ? or just selector…
Because I’ve need condition, if …. Else if..

Thanks you,

Re: Research products

Posted: Thu Apr 03, 2014 12:22 pm
by CoreStylerz
You can deal with arrays.
You create an array of books and you can search the array where the book is (index).

You can also return the row (get array at) containing data.