I read through the rules, but I'm still not sure about something. Are we allowed to change the parameter names of our function. For Example:

code:
  

function BWTDecode($s, $o)
.
.
.
endfunction

_________________________
Eric