Re: a amount of times a person has joined a channel
Epic
1 hour ago
![[Linked Image from i.ibb.co]](https://i.ibb.co/5X8YrJVd/hn98743htg89ui34hg87u34hg9.jpg)
... is it possibile to write them in a .excel file?
As far as I know, mIRC does not support writing files in "
.xlsx" format for reading in Excel. But with the help of third-party tools, you can convert the file "
.txt" to "
.xlsx".
lines are not in order from high to low ...
Yes, because each new user is written to a new row, and an existing record is overwritten to the same row in which it was found. If you want all the written lines to be displayed in order from highest to lowest count visiting the channel, when the file is opened - you will need to create additional code to constantly sort and rewrite the file data.
But there is a nuance! If there are too many such records over time, I am not sure about good productivity of your mIRC when it performs each new sorting of the file.