No.. Only using CALL.
In fact:
Code:
; -- LOAD FUNCTIONS
IF SPLIT(@scriptname,'.')[1]='kx'
CALL @ldrive+'newscript\function.kx'
ELSE
CALL @ldrive+'newscript\function.kix'
ENDIF
But, you know what is interesting is that I CALL function.kix twice. That is it is loaded in the KIXTART.KIX/KIXTART.KX as well as NTBKFUN.KIX/NTBKFUN.KX again. The reason I did this initially is that the functions were lost when NTBKFUN.KIX was loaded.
Kent
Edited by kdyer (2005-07-06 06:33 PM)