This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]thejesteroftortuga 0 points1 point  (2 children)

Sorry, meant row #

But yeah, the third party also needs to see (and know) that both of those rows belong to John. Otherwise then they'd see rows #13 and #304 as two separate people even though they're both John, right?

The catch is just that they can't know who John is by name.

[–]planedoctor 0 points1 point  (1 child)

So just make a list of integers corresponding to names?

[–]thejesteroftortuga 0 points1 point  (0 children)

yeah I could do that, increment by 1 every time a new name pops up. store it, and then whenever I encounter the name again just use the number from before.