Long time since i haven't found bug in tailbite, not even sure if there's still a thread for that, anyway
I've got a problem with putting an optionnal parameter to a function :
Code: Select all
Procedure MyFunction()
;my code
EndProcedure
Procedure MyFunction2(myoptionnalparameter)
;my code
EndProcedure
