Error: Unexpected end of input. Perhaps there is a missing "," or ")".
Hello, Whilst trying to automate data visualisation from a file I am encountering an error message after entering these lines of code // Delete selected rows
dt( "Export" ) << select where(row() >= N Rows(dt) - 1;
dt << delete rows;
Here I would like to delete the last 2 rows of each file I open regardless of their length.If you could help, that would be very much appreciated Names Default To He
...