I have a textfile with many lines and want to place all the words separately in an array() as string
but there are different separators like " " or " " or " " , but always spaces
is there a solution to split each line automatically in one time?
Thanks for any resonse
but there are different separators like " " or " " or " " , but always spaces
is there a solution to split each line automatically in one time?
Thanks for any resonse