Hi some general questions on calling functions.
I'd like to have one of three efs functions executed, depending on the current Interval ... short, med, long.
1. for memory usage ... is it better to have all three efs loaded, and just have code that exits if not the desired interval, or one that calls the desired one?
2. for execution speed ... is it better to load all three efs, or have one that calls the desired one?
3. for items 1 & 2 above, would it be better to just combine all three efs into one big one?
4. if one efs function is called as needed, are the other two loaded into memory anyway at chart load time?
5. I see reference to calling via efsExternal requiring the called efs to be in the same directory. Can this be called anywhere on the hard drive?
6. any other pointers for code efficiency would be appreciated.
Thanks
Mark
I'd like to have one of three efs functions executed, depending on the current Interval ... short, med, long.
1. for memory usage ... is it better to have all three efs loaded, and just have code that exits if not the desired interval, or one that calls the desired one?
2. for execution speed ... is it better to load all three efs, or have one that calls the desired one?
3. for items 1 & 2 above, would it be better to just combine all three efs into one big one?
4. if one efs function is called as needed, are the other two loaded into memory anyway at chart load time?
5. I see reference to calling via efsExternal requiring the called efs to be in the same directory. Can this be called anywhere on the hard drive?
6. any other pointers for code efficiency would be appreciated.
Thanks
Mark
Comment