Poll
Question: How should an object-local and a script-local integer be defined?
local int, int - 12 (63.2%)
int, var int - 6 (31.6%)
localv int, int - 0 (0%)
Special Event - 1 (5.3%)
Total Members Voted: 19

Pages: « 1 2 3 4 5
  Print  
Author Topic: Another choice.  (Read 46477 times)
Offline (Male) Josh @ Dreamland
Reply #60 Posted on: March 17, 2010, 06:10:50 pm

Prince of all Goldfish
Developer
Location: Pittsburgh, PA, USA
Joined: Feb 2008
Posts: 2950

View Profile Email
If it's of any consolation, I replied to you in the wrong thread.
« Last Edit: March 17, 2010, 07:37:54 pm by Josh @ Dreamland » Logged
"That is the single most cryptic piece of code I have ever seen." -Master PobbleWobble
"I disapprove of what you say, but I will defend to the death your right to say it." -Evelyn Beatrice Hall, Friends of Voltaire
Offline (Unknown gender) The 11th plague of Egypt
Reply #61 Posted on: March 18, 2010, 09:18:14 am
Member
Joined: Dec 2009
Posts: 274

View Profile
Any news about the project?
Logged
Offline (Male) Josh @ Dreamland
Reply #62 Posted on: March 18, 2010, 09:28:47 am

Prince of all Goldfish
Developer
Location: Pittsburgh, PA, USA
Joined: Feb 2008
Posts: 2950

View Profile Email
Posted about having to write an essay elsewhere. I'm nearly done.
Ism's getting Java to pass resources to DLLs and the like.
Logged
"That is the single most cryptic piece of code I have ever seen." -Master PobbleWobble
"I disapprove of what you say, but I will defend to the death your right to say it." -Evelyn Beatrice Hall, Friends of Voltaire
Offline (Unknown gender) The 11th plague of Egypt
Reply #63 Posted on: March 21, 2010, 12:40:15 pm
Member
Joined: Dec 2009
Posts: 274

View Profile
I'm curious. What language is the with() statement taken from? I use it to work with all the instances of a given object, I'm not sure that's good coding practice, but hell it's useful.
Logged
Offline (Male) retep998
Reply #64 Posted on: March 21, 2010, 03:06:38 pm

Member
Location: Where else?
Joined: Jan 2010
Posts: 248
MSN Messenger - retep998@charter.net AOL Instant Messenger - retep998 Yahoo Instant Messenger - retep998
View Profile Email
I use it to work with all the instances of a given object, I'm not sure that's good coding practice, but hell it's useful.
It's definitely good coding practice in gm.
In most languages, if you want to iterate through instances you have to create your own lists of every instance.
Logged
Offline (Male) Josh @ Dreamland
Reply #65 Posted on: March 21, 2010, 06:41:30 pm

Prince of all Goldfish
Developer
Location: Pittsburgh, PA, USA
Joined: Feb 2008
Posts: 2950

View Profile Email
Yeah. I believe with() is Delphi, but I'm not certain. It'd make sense if it was. You can see it in JavaScript as well.
Logged
"That is the single most cryptic piece of code I have ever seen." -Master PobbleWobble
"I disapprove of what you say, but I will defend to the death your right to say it." -Evelyn Beatrice Hall, Friends of Voltaire
Pages: « 1 2 3 4 5
  Print