Hi I have nearly finished converting program, but what looked easy is impossible to finish for me. Its image(picture) file btw
First I assign file(that works fine)
AssignFile(Myfile, Filelist);
If I managed to convert it to string I would simply type
Delete(Myfile,1,20)
But I did not find any way how to navigate(using Myfile[j] does not work) to read and rewrite into buffer file without the first 20chars.
Next I need to do the same, but insert.
Sorry to bother, but I was trying to search through help and internet and was not able to find working solution.
First I assign file(that works fine)
AssignFile(Myfile, Filelist);
If I managed to convert it to string I would simply type
Delete(Myfile,1,20)
But I did not find any way how to navigate(using Myfile[j] does not work) to read and rewrite into buffer file without the first 20chars.
Next I need to do the same, but insert.
Sorry to bother, but I was trying to search through help and internet and was not able to find working solution.