guys. I tried this code:
def trap_check(payroll[][], timelive[][]) . . . end
I was trying to create a function that accepts 2-dimensional array as parameters. I was having this error:
syntax error, unexpected '[', expecting ')' def trap_check(payroll[][], timelive[][])
Can somebody pls tell me how to do it the right way??? Pls help...