Hey all,

So I have a points system I use, currently writing to an .ini file through this:

writeini Points.ini $nick Points %userPoints

But I'm thinking about maybe writing it to csv in this format:

Column 1 | Column 2
$nick, | %userPoints


Would this be possible?

Thanks