Results 1 to 2 of 2

Thread: Creating a sequence...

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2005
    Posts
    15

    Creating a sequence...

    Hi,

    I am trying to create a sequence so that every time the user clicks the submit button gets a unique 6 digit number... would this be a good start?

    Code:
    public static class CustomSequenceOperators
    {
        public static IEnumerable Combine(this IEnumerable first, IEnumerable second, Func func) {
    .......





    Edit: Fixed [code][/code] tags. - Hack
    Last edited by Hack; Nov 1st, 2005 at 01:14 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width