mIRC Homepage
Posted By: xtrapsp Converting my .ini save into a csv? - 30/04/15 10:47 AM
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
Posted By: Loki12583 Re: Converting my .ini save into a csv? - 30/04/15 11:18 AM
It's possible but it seems terrible.
Posted By: xtrapsp Re: Converting my .ini save into a csv? - 30/04/15 03:25 PM
Why? I need the file readable by java which is better to do through a CSV
Posted By: Belhifet Re: Converting my .ini save into a csv? - 30/04/15 06:23 PM
You have
writeini Points.ini $nick Points %userPoints
this is what writeini is
writeini file section item value
you could use
writeini points.ini points $nick $+ , %userPoints
Posted By: xtrapsp Re: Converting my .ini save into a csv? - 01/05/15 10:01 AM
Originally Posted By: Belhifet
You have
writeini Points.ini $nick Points %userPoints
this is what writeini is
writeini file section item value
you could use
writeini points.ini points $nick $+ , %userPoints


Yea, It's an ini atm, but I'm unsure of how to save as a csv :P
© mIRC Discussion Forums