Just wondering if anyone knew the API command, if there is one, that opens up a plan file and removes a line that matches the string you pass. All I want to do is take a standard file like:
1
2
3
4
5
and delete the number 3 and then the file would then render:
1
2
4
5
Any ideas, does an API exist for this?
Thanks,
Ryan
1
2
3
4
5
and delete the number 3 and then the file would then render:
1
2
4
5
Any ideas, does an API exist for this?
Thanks,
Ryan