Thanks for your responses!

Now I had time to change my script, but it doesn't work. Until now I had 3 UDF's at the end of my main script. I put them all in a own file (udf.kix) and called this file in the first line of my main script (call "udf.kix"). But the UDF's are not accessible. One of the functions is "SpecialFolders". When I call this function later in the main script, I got this error:

ERROR : unknown command [SpecialFolders]!

I dot' know why...

First I tried it with Include, but there appeared an error, that the file was not found (Include "udf.kix"). I tried it also with path (Include "..\udf.kix").


Edited by Christof (2010-09-23 12:37 PM)