all I can say is, oh well. one thing I like about autoit is that I'm not forced to specify variable types. That's also true for vb or purebasic.

----- Original Message ----- From: "Thomas Ward" <thomasward1...@gmail.com>
To: "Gamers Discussion list" <gamers@audyssey.org>
Sent: Saturday, January 29, 2011 8:47 AM
Subject: Re: [Audyssey] New Heli available for download


Hi Jim,

It is not extra work or waisted time/energy. It is generally
recommended that you declare variables using the proper data type like
integer, string, character, boolean, etc as it will improve memory
usage and CPU usage. Every time you declare a variable without
specifying its data type you force the runtime environment to
interpret your code, and as a result you end up waisting your system
resources on runtime interpretation of your code. So it really does
not pay to be a lazy programmer. Which is exactly what you are when
you don't declare and properly initialize variables.

Cheers!



__________ Information from ESET Smart Security, version of virus signature 
database 5266 (20100709) __________

The message was checked by ESET Smart Security.

http://www.eset.com




---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.

Reply via email to