Jump to content

L2Off Gm Panel Source Code 53Euro


xeL

Recommended Posts

  • 4 weeks later...

If it was coded in C++ i would consistently buy it. More efficient.

 

Efficient language doesn't imply that every piece of code written in it would be written to run efficiently.

Can you grasp that?

Link to comment
Share on other sites

if(xeL.Sell == True)

{

MxCtextbox.text = ("Vouching for xeL!");

}

 

Yo Steve.

One of first things I remember learning in college was that you don't, YOU JUST DON'T, compare variables of boolean type with true, false constants inside if statement condition.

When ever I read someone posting piece of code containing string similar to "boolean == true" my ego grows when at same time my dopamine levels increase drastically so I guess, I should thank you for that.

Link to comment
Share on other sites

  • 2 weeks later...

When ever I read someone posting piece of code containing string similar to "boolean == true" my ego grows when at same time my dopamine levels increase drastically so I guess, I should thank you for that.

Hahaha THAT.

Link to comment
Share on other sites

  • 1 month later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now



×
×
  • Create New...