Thanks Greg,
If i did this what you suggest, would i be sure that:

listone[0]

would be the the value related to:

listtwo[0]
I thought i read somewhere that you can't rely on the order you put things
in to the datastore being the order they came out??


2009/2/12 Greg <g.fawc...@gmail.com>

>
> On Feb 12, 3:10 am, sagey <sage...@gmail.com> wrote:
> > 1) store the 2 strings in a stringlistproperty, with the 2 strings
> > delimited by a sepcial character
> > 2) create a class that has 2 string properties and then store each
> > class in a list
>
> You can't do 2 - you can only store simple types in lists. But...
>
> 3) Create two stringlist fields, and use the index of one to access
> the other.
>  >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to