to avoid 0 shown on the screen, you can have a template of function like that :
 Code:
function MyFunction(....)
  $MyFunction = ""
  ..
  ..
endfunction

In this case, this is not 0 that is printed to screen but an empty string !!!

No need to change KiXtart syntax.
_________________________
Christophe