Wait a minute... didn't someone already say that? Are we repeating ourselves now? It feels like deja vu.Lambda Force wrote: A stitch in time saves nine.
Trying something out
Moderators: carlson1, Charles L. Cotton
-
- Senior Member
- Posts in topic: 132
- Posts: 537
- Joined: Sat Mar 06, 2010 7:57 pm
- Location: Kingsland, TX
Re: Trying something out
TSRA Life Member, NRA Benefactor Member, TX CHL
-
- Senior Member
- Posts in topic: 3
- Posts: 600
- Joined: Sun Oct 09, 2011 3:18 pm
Re: Trying something out
I prefer Dejah Thoris.
Tyranny is identified by what is legal for government employees but illegal for the citizenry.
-
- Senior Member
- Posts in topic: 68
- Posts: 17350
- Joined: Tue Jul 03, 2007 12:53 pm
- Location: Houston
Re: Trying something out
Nobody said that in this thread.LikesShinyThings wrote:Wait a minute... didn't someone already say that? Are we repeating ourselves now? It feels like deja vu.Lambda Force wrote: A stitch in time saves nine.
NRA Endowment Member
-
- Senior Member
- Posts in topic: 5
- Posts: 1276
- Joined: Mon Dec 06, 2010 12:00 am
- Location: Dallas
- Contact:
Re: Trying something out
Wait a minute... didn't someone already say that? Are we repeating ourselves now? It feels like deja vu.WildBill wrote:Nobody said that in this thread.LikesShinyThings wrote:Wait a minute... didn't someone already say that? Are we repeating ourselves now? It feels like deja vu.Lambda Force wrote: A stitch in time saves nine.
http://www.PersonalPerimeter.com
DFW area LTC Instructor
NRA Pistol Instructor, Range Safety Officer, Recruiter
DFW area LTC Instructor
NRA Pistol Instructor, Range Safety Officer, Recruiter
-
- Senior Member
- Posts in topic: 327
- Posts: 6267
- Joined: Wed Oct 28, 2009 7:14 am
- Location: Flint, TX
Re: Trying something out
Hmmm, I haven't seen a "goto" in a number of decades -- you're showing your age...
Range Rule: "The front gate lock is not an acceptable target."
Never Forget.
Never Forget.
-
- Senior Member
- Posts in topic: 132
- Posts: 537
- Joined: Sat Mar 06, 2010 7:57 pm
- Location: Kingsland, TX
Re: Trying something out
Isn't that a legit command in TransSQL? I'm pretty sure I've seen it in some relatively new code.sjfcontrol wrote:Hmmm, I haven't seen a "goto" in a number of decades -- you're showing your age...
TSRA Life Member, NRA Benefactor Member, TX CHL
-
- Senior Member
- Posts in topic: 327
- Posts: 6267
- Joined: Wed Oct 28, 2009 7:14 am
- Location: Flint, TX
Re: Trying something out
It is a legit command in many languages. But it is generally considered **EVIL**LikesShinyThings wrote:Isn't that a legit command in TransSQL? I'm pretty sure I've seen it in some relatively new code.sjfcontrol wrote:Hmmm, I haven't seen a "goto" in a number of decades -- you're showing your age...
Here's what 'ruby'' has to say about it: http://raa.ruby-lang.org/project/ruby-goto/
Range Rule: "The front gate lock is not an acceptable target."
Never Forget.
Never Forget.
-
- Senior Member
- Posts in topic: 5
- Posts: 1276
- Joined: Mon Dec 06, 2010 12:00 am
- Location: Dallas
- Contact:
Re: Trying something out
I hear "Go to ..." from my wife all the time.
http://www.PersonalPerimeter.com
DFW area LTC Instructor
NRA Pistol Instructor, Range Safety Officer, Recruiter
DFW area LTC Instructor
NRA Pistol Instructor, Range Safety Officer, Recruiter
-
- Senior Member
- Posts in topic: 327
- Posts: 6267
- Joined: Wed Oct 28, 2009 7:14 am
- Location: Flint, TX
Re: Trying something out
I suggest trying to be nicer to her. I understand they like shiny things. Especially if made of carbon...MasterOfNone wrote:I hear "Go to ..." from my wife all the time.
Range Rule: "The front gate lock is not an acceptable target."
Never Forget.
Never Forget.
-
- Senior Member
- Posts in topic: 132
- Posts: 537
- Joined: Sat Mar 06, 2010 7:57 pm
- Location: Kingsland, TX
Re: Trying something out
Oooo.... must... resist... desire... to... discuss.... I don't want to accidentally give this thread a theme. Besides, who wants to bore the non-programmers (especially so early in the year) with design theory?sjfcontrol wrote:It is a legit command in many languages. But it is generally considered **EVIL**LikesShinyThings wrote:Isn't that a legit command in TransSQL? I'm pretty sure I've seen it in some relatively new code.sjfcontrol wrote:Hmmm, I haven't seen a "goto" in a number of decades -- you're showing your age...
Here's what 'ruby'' has to say about it: http://raa.ruby-lang.org/project/ruby-goto/
Time to go clean a gun.
TSRA Life Member, NRA Benefactor Member, TX CHL
-
- Senior Member
- Posts in topic: 5
- Posts: 1276
- Joined: Mon Dec 06, 2010 12:00 am
- Location: Dallas
- Contact:
Re: Trying something out
See? Goto is still a part of our lives.LikesShinyThings wrote:Time to goto clean a gun.
http://www.PersonalPerimeter.com
DFW area LTC Instructor
NRA Pistol Instructor, Range Safety Officer, Recruiter
DFW area LTC Instructor
NRA Pistol Instructor, Range Safety Officer, Recruiter
Re: Trying something out
Code: Select all
For Each Magazine In Rangebag
Gun.Add = Magazine
Gun.Slide.Close
Do While Gun.Magazine.Empty = False
With Gun
.Aim
.Shoot
End With
Loop
Gun.Magazine.Eject
Next Magazine
If Gun.Type <> "Glock" Then
Gun.Clean
End if
sent to you from my safe space in the hill country
-
- Senior Member
- Posts in topic: 327
- Posts: 6267
- Joined: Wed Oct 28, 2009 7:14 am
- Location: Flint, TX
Re: Trying something out
Hmmm, maybe it should start with "Goto Range""?tbrown wrote:Code: Select all
For Each Magazine In Rangebag Gun.Add = Magazine Gun.Slide.Close Do While Gun.Magazine.Empty = False With Gun .Aim .Shoot End With Loop Gun.Magazine.Eject Next Magazine If Gun.Type <> "Glock" Then Gun.Clean End if
Range Rule: "The front gate lock is not an acceptable target."
Never Forget.
Never Forget.
Re: Trying something out
It's better practice to use the .Range property.sjfcontrol wrote:Hmmm, maybe it should start with "Goto Range""?
sent to you from my safe space in the hill country