I have a different question related to this item:
How do I clear out the CSV data from the Browser storage using code? I want to delete the highlighted entry. Each time I run the macro records keep getting appended to this file.
I have a different question related to this item:
How do I clear out the CSV data from the Browser storage using code? I want to delete the highlighted entry. Each time I run the macro records keep getting appended to this file.
A good solution is to use the hard-drive storage mode. Then you can use XRUN to run a script to delete or manipulate the CSV file.
Alternative solution: use csvSaveArray - this command does not append to an existing CSV file but overwrites it.
I will pursue this approach and see how it turns out. Thanks!
This link seems to be broken.
Ok. (and link fixed)
Thanks, but I still get this.
Oops! That page doesn’t exist or is private.
Here the link works: How do I clear out the CSV data from the Browser storage using code? - #2 by admin
(Not the link in your reply, this link is still wrong and unchanged)
I see it now. Thanks!