ForcaNL Posted December 26, 2015 Posted December 26, 2015 Hey guys, Is there a way to put the whole [iNFO][bOT #1][DATE] Stuff off? I need to be able to copy my logs so I can paste them into excel but because of this I first need to delete all the extra logging. Cheers, ForcaNL
FrostBug Posted December 26, 2015 Posted December 26, 2015 Not possible; you'll have to use some excel magic 1
ForcaNL Posted December 26, 2015 Author Posted December 26, 2015 (edited) Isn't there a way to make it write into a separate text file? I was counting on the fact that I would have to copy it to my excel from there manually. It's just that if I have numbers in a text file like below I would be able to just copy and paste it without editing. 243 435 35754 54365 65 643 I have been googling for a few methods but for some reason it doesn't seem to work even though I get no errors. Edit: Also to elaborate, it's for my price checker which I would run only a few times a day. So that it would overwrite the same file over and over again isn't a problem since I would have copied it to my excel by then. Edited December 26, 2015 by ForcaNL
Flamezzz Posted December 26, 2015 Posted December 26, 2015 Instead you could grab the buffer logger.getBuffer(), split each line and copy the result to the clipboard.