Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
I have an Sense app that loads data from csv files.
The problem is that a file somtimes is empty and then the app chrases.
Is there a way to avoid that the app chrashes even if some files are empty?
SET ErrorMode = 0; // disable all errors
<Your code to load csv files here>
SET ErrorMode = 1; // enable all errors
SET ErrorMode = 0; // disable all errors
<Your code to load csv files here>
SET ErrorMode = 1; // enable all errors