Announcement

Collapse
No announcement yet.

DLL question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • DLL question

    Hi
    I have been reading the posts and the library, getting a feel for efs programming. I was looking in the library, and they talk about using DDLs. Is there a time where a DLL is better than a standard function? Thank you.

    chris

  • #2
    Chris:

    For most scripts, plain old interpreted EFS is just fine. However, if you have a very involved calculation (or series of calculations or a recursive calculation) then placing that code in a DLL could really boost performance.

    Chris

    Comment


    • #3
      Thanks Chris.

      Comment

      Working...
      X