09-16-2013, 05:13 PM
what is the difference calling the function
function! $mibName MIB_IF_ROW2&mibInfo
a) if ActiviteInternet("my-adapter" r)
b) if ActiviteInternet("my-adapter" &r)
both work but I wonder the differences between the two syntaxes....
function! $mibName MIB_IF_ROW2&mibInfo
a) if ActiviteInternet("my-adapter" r)
b) if ActiviteInternet("my-adapter" &r)
both work but I wonder the differences between the two syntaxes....