Hello everyone,

Tip:
----------

When adding new methods it's best to list them in
alphabetical order (as best as possible):

p.aMethod = function(){
        // some code here
};

p.bMethod = function(){
        // some code here
};

p.cMethod = function(){
        // some code here
};


This way is much faster when looking for a function


Reminder:
-------------
Please remember to always add a ";" at the end of
every line of code as the compiler  needs this to
compile the dynapi files

--
Raymond Irving

__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[email protected]/

Reply via email to