simoncpage
Programmer
Can anyone help me with this....I want to split a text file in to 255 character segments consecutively.
TO get the first 255, Left$(string, 255) but suppose the file is in made up of 1029....
i.e 255, 255, 255, 255, 9 - how do I get the next 255 in the file???
Any help would be appreciated thanks
Simon
TO get the first 255, Left$(string, 255) but suppose the file is in made up of 1029....
i.e 255, 255, 255, 255, 9 - how do I get the next 255 in the file???
Any help would be appreciated thanks
Simon