I got first 5 digits that got the course serial number and then the course name i want to split serial number from name to save in a struct for example:
19234 Programming 101
I want to split to:
array[0]=19234
array[1]=programming 101
Thanks.