LinuxKommy
Technical User
When i try to call a sub with one variable like
Mysub(V1)
it works fine, but when i use
Mysub(V1,V2,V3)
it tells me: Error: cannot use parentheses when calling a Sub.
why?
thanks
Mysub(V1)
it works fine, but when i use
Mysub(V1,V2,V3)
it tells me: Error: cannot use parentheses when calling a Sub.
why?
thanks