Glock vs. Sig

The #1 community for Gun Owners in Indiana

Member Benefits:

  • Fewer Ads!
  • Discuss all aspects of firearm ownership
  • Discuss anti-gun legislation
  • Buy, sell, and trade in the classified section
  • Chat with Local gun shops, ranges, trainers & other businesses
  • Discover free outdoor shooting areas
  • View up to date on firearm-related events
  • Share photos & video with other members
  • ...and so much more!
  • Virtus

    Marksman
    Rating - 0%
    0   0   0
    Mar 24, 2008
    145
    16
    Fishers
    To help others choose between the Sig and Glock, I have written a program for people to run on their computer. It pretty much sums up the great comments on this thread.

    Public static string GlockOrSig (bool MoneyNotAnObject, bool WifeApproved, bool HasBetterYouTubeVideos, bool CurrentlyOwnGlock)
    {
    String GLOCK = ‘GLOCK’;
    String SIG = ‘SIG’;

    If (MoneyNotAnObject && WifeApproved && HasBetterYouTubeVideos && ! CurrentlyOwnGlock)
    {
    Return SIG;
    }
    Else if (!MoneyNotAnObject && WifeApproved && HasBetterYouTubeVideos && CurrentlyOwnGlock)
    {
    Return GLOCK;
    }
    Else if (!WifeApproved)
    {
    Return “Take Wife to 'Sex and the City', then try again”;
    }
    Else
    {
    Return String.Upper(“Try whichever, and pick one <grin>”);
    }
    }
     
    Last edited:

    Pami

    INGO Mom
    Rating - 100%
    1   0   0
    Mar 13, 2008
    5,568
    38
    Next to Lars
    Nice.
    lol.gif
     

    Lars

    Rifleman
    Rating - 0%
    0   0   0
    Mar 6, 2008
    4,342
    38
    Cedar Creek, TX
    I got an illegal operation error, followed by a blue screen.......

    To help others choose between the Sig and Glock, I have written a program for people to run on their computer. It pretty much sums up the great comments on this thread.

    Public static string GlockOrSig (bool MoneyNotAnObject, bool WifeApproved, bool HasBetterYouTubeVideos, bool CurrentlyOwnGlock)
    {
    String GLOCK = ‘GLOCK’;
    String SIG = ‘SIG’;

    If (MoneyNotAnObject && WifeApproved && HasBetterYouTubeVideos && ! CurrentlyOwnGlock)
    {
    Return SIG;
    }
    Else if (!MoneyNotAnObject && WifeApproved && HasBetterYouTubeVideos && CurrentlyOwnGlock)
    {
    Return GLOCK;
    }
    Else if (!WifeApproved)
    {
    Return “Take Wife to 'Sex and the City', then try again”;
    }
    Else
    {
    Return String.Upper(“Try whichever, and pick one <grin>”)
    }
    }
     

    Virtus

    Marksman
    Rating - 0%
    0   0   0
    Mar 24, 2008
    145
    16
    Fishers
    Must be a hardware error, I don't think H&K desktops are supported....please contact your network administrator :):
     

    Pami

    INGO Mom
    Rating - 100%
    1   0   0
    Mar 13, 2008
    5,568
    38
    Next to Lars
    I got an illegal operation error, followed by a blue screen.......

    I think I found the error... damn semicolons...

    Shouldn't there be one at the end of this return statement??

    Else
    {
    Return String.Upper(“Try whichever, and pick one <grin>”)
    }

    :):
     

    Pami

    INGO Mom
    Rating - 100%
    1   0   0
    Mar 13, 2008
    5,568
    38
    Next to Lars
    Yeap, I guess it was a coder error....but only this once :):

    When I was attending classes at ITT, I decided I was going to write a book based on my experiences there....

    One whole chapter was devoted to the usage of proper punctuation in programming languages, and another chapter was entitled "When in Doubt, Move Next" (from VB). Semi-colons (or the lack of them) and the proper phrasing to close loops were the bane of my existence. They still are. They're the first thing I look for when code doesn't work. :):


    PS... VOTE FOR SIG!!
     

    indyjoe

    Master
    Rating - 100%
    8   0   0
    May 20, 2008
    4,584
    36
    Indy - South
    I work in ASP pages so infrequently (VB Script) that it never fails for me to leave off a Move Next. As soon as I do it, I know what it was, but that infinite loop of trying to walk through the record set still hangs IIS. :)
     

    jeremy

    Grandmaster
    Rating - 100%
    7   0   0
    Feb 18, 2008
    16,482
    36
    Fiddler's Green
    There are only two things to consider when you have a glock in hand. Fresh Water or salt water!

    The only thing better than a Sig pistol is a Sig rifle.
     

    Lars

    Rifleman
    Rating - 0%
    0   0   0
    Mar 6, 2008
    4,342
    38
    Cedar Creek, TX
    I can't help it, I'm a sucker for pistols with hammers to. And admittedly for NO GOOD REASON.

    If I ever have to replace the P30, I'll likely hold my nose, and buy a Glock.
     
    Top Bottom