Eric Brouwer
Posts: 0
Joined: Thu Aug 30, 2012 10:31 am

find records in local storage. (I know how to retreive the data from the record)

Can I find the record name which are stored in the local storage? I need to find almost matching record, those records are from the same customer. only the last to digits are different and i need to display them.

Eric Brouwer
Posts: 0
Joined: Thu Aug 30, 2012 10:31 am

find records in local storage. (I know how to retreive the data from the record)

Do I understand correct that every item stored in local storage have a key?
If that is the case then I can code the solution

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

find records in local storage. (I know how to retreive the data from the record)

Hi Eric,

Yes, each localStorage variable is stored with the key.

Return to “Issues”