Jump to content

unique count

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
barnigan

barnigan

    Newbie

  • Members
  • PipPip
  • 11 posts
I am reading in text from a csv file and i need to filter out repeating serial numbers, how can you do this in asp

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,822 posts
One way would be to add them to a comma-delimited string. Before adding a new SN, check to see if it's already in the string.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog