Hi guys,
I am wondering if anyone would be able to help. I currently have a sequential file which houses a list of titles and course descriptions as below:
"coursetitle","coursedescription"
"coursetitle2","coursedescription2"
I was wondering whether it is possible to import the above into two separate arrays coursetitle() and coursedescription().
In addition, eventually I will be looking to be able to export these arrays to another sequential file in the above format, how would the code work for this?
I hope that make sense and thanks in advance for your help.
I am wondering if anyone would be able to help. I currently have a sequential file which houses a list of titles and course descriptions as below:
"coursetitle","coursedescription"
"coursetitle2","coursedescription2"
I was wondering whether it is possible to import the above into two separate arrays coursetitle() and coursedescription().
In addition, eventually I will be looking to be able to export these arrays to another sequential file in the above format, how would the code work for this?
I hope that make sense and thanks in advance for your help.