Hi, I have a function

function myfunc (a:int, b:int, c:int = 0) {
}

I want to be able to call myfunc(a, b) and have c using a default
value 0, is this possible?
I tried it but it says function expects 3 arguments.

Mike

Reply via email to