hmmm, may be but better coding standard is to use variable name
Code:
Function Fax(rNum,runStatus)
If runStatus=0 Then
'some code here
else if runStatus=1
'some other code here
End if
End if
End Function