First, I know I'm a KiXdiot,

So now here's the question;
Must you put a 'call' statement to your UDF library in your script at the begining of every script that uses one (or more)
code:
 Call library.udf 

or will simply stating a function
ie:
code:
 Function scheduletask2()
; insert the function
EndFunction

somewhere in your script do the trick? And if so how/where do you save the UDF so that KiXtart will use it? I know that the 'call' works and understand why, but I see a lot of script that doesn't include a 'call' statement to the .UDF and I am confused. Is the 'call' just assumed? Or am I missing something from the "how to's", FAQ's and the manual? Please enlighten.

[ 10. July 2003, 09:16: Message edited by: didlyjack ]