Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sequencer
#1
Just curious why you don't use some .net short-hand assignments?

An example of a short hand assignment:
Code:
a = a + 1
Code:
a += 1

I see a few through your code that you could use.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)