unable to pass string to function
Hi,
I am trying to pass to string to function, but its no working.
could someone advise what I do wrong?
// function
C_SC_PC_func2 = Function(
{SheetName, selSRM},
{},
);
//call function
C_SC_PC_func2( "string1", "string2" );