Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: coxy17 on July 25, 2016, 03:59:56 AM

Title: get a list of products [SOLVED]
Post by: coxy17 on July 25, 2016, 03:59:56 AM
Hi

I have searched around but confused with all of the ideas with what i am seeking to do. I want to create a large list of products (name and price) and then be able to use a search box to query them and return a list of items? what would be the best approach for this? Linq or arraylist? or none of them.

Cheers

Nick
Title: Re: get a list of products
Post by: Lane on July 25, 2016, 09:14:32 AM
What format is the data in?
Title: Re: get a list of products
Post by: coxy17 on July 25, 2016, 10:11:48 AM
I'm not sure but im after something basic like this...

product name > value (string)
product type > value (string)

Nick
Title: Re: get a list of products
Post by: coxy17 on July 26, 2016, 08:43:19 AM
I have looked at Datamaker and it seems like i can achieve what im after, but can you reference or pull in an external XML file and store it?
Title: Re: get a list of products
Post by: coxy17 on July 26, 2016, 10:58:41 AM
Just found out I can pull external XML using the WWW object.