On Feb 12, 3:10 am, sagey <[email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
