Joined
·
250 Posts
I'm editing a config file and have stuff like
Code:
But need it like
Code:
and there is ALOT of it. How can I quickly make it like so? I need each one to end with that , and there are 3 tabs infront of the 1st ".
I'm using notepad++ is there a script or program to make this go by quick?
Thanks,
Higgins909
Code:
Code:
"hgun_mas_mp7p_F", "hgun_mas_mp7p_F_e", "hgun_mas_mp7p_F_sd"
Code:
Code:
"hgun_mas_mp7p_F",
"hgun_mas_mp7p_F_e",
"hgun_mas_mp7p_F_sd"
I'm using notepad++ is there a script or program to make this go by quick?
Thanks,
Higgins909