Ah ty, sorry for the delay in my response.
I see now that when using a dynamic array i need to make sure i setlength, but don't array's go 0,1,2,3 etc... ?
Or does pascal just work with 1,2,3,4 etc? Because you set the array's length starting at 1, but seem that when calling the array it starts at 0, is that right?
Say instead of putting each line into a string i want to store them as characters.
At the moment say i have a file which says:
Hello
World
The array will look like this
[0] = Hello, [1] = World Say i want it like
[h],[e],[l],[l],[o],[w],[o],[r],[l],[d]Can you pass a string into a char array? Essentially aren't they the same?
Thank you again for reply, it helps a lot
