Forum

Free Download More Info
Welcome to the Personal Stock Streamer Developers Forum. Anyone can read messages, but you must be a registered user in order to post. (Sorry, we did this in order to prevent forum spam.)

Everyone who is registered for the Developers Forum on this site should now also have permission to log in and post to the Support Forum.  This was done by hand, so we may have missed a couple of people.  Please let us know if you do not have access to both forums.
Subscribe to RSS Feed
PSS Developers Forum -> Multiple code snippets in extension file
Not logged in.
2008-04-11 03:57:40
1 of 2
#1220
Is it possible to have multiple code snippets in extension file? I know you can build code with multiple classes and act when called upon, but my thought is that processing speeds may be swift if I kept the code snippets small. Or would entering multiple extension files achieve the same thing? Will either of these ideas help in performance?

Larry E. Hayes
Investors Haven

Larry E. Hayes
Investors Haven
Posted by: lehayes
2008-04-11 07:03:21
2 of 2
#1225
in reply to #1220
You can put as many functions you want in an extension and it shouldn't matter, since the whole thing gets pre-compiled by the language engine when the script gets loaded.
      
Anatoly Ivasyuk
DTLink Software

Anatoly Ivasyuk
DTLink Software