Hi all,
I can't find the solution to this problem anywhere, so here I go.
I have a line of code which I need to but a new line after it.
$column_net = sprintf("%0.2f", $column_net)"\n";
The above produces an error, not matter how I code it.
Can anyone please advise.