BeginnerProgrammer
Technical User
I am using the following code to read a text file into an array and need to write certain elements to a separate text file. Please help.
zoscarray = Split(mytextfilestring, "--------------------------------------------------------------------------------")
I know how to identify the array elements I just don't know how to write them to a text file.
Thanks in advance for your help.
zoscarray = Split(mytextfilestring, "--------------------------------------------------------------------------------")
I know how to identify the array elements I just don't know how to write them to a text file.
Thanks in advance for your help.