I'm struggling with the feedback of the function TableToCSV not returning the value to the variable.
Syntax in the HTML file looks like :
$List = ""
...
$List = TableToCSV('table-list',',')
but $List remains empty. Any suggestion if the call of the function needs to be changed ?
I'm struggling with the feedback of the function TableToCSV not returning the value to the variable.
Syntax in the HTML file looks like :
$List = ""
...
$List = TableToCSV('table-list',',')
but $List remains empty. Any suggestion if the call of the function needs to be changed ?