[Tutor] Files as Strings
alan.gauld@bt.com
alan.gauld@bt.com
Wed, 14 Aug 2002 15:36:04 +0100
> Ah, I had missed that, thank you. If I understand the mail
> correctly, the idea was to use C to make files look
> like strings...which would be the second step
> after making a Python version to figure to test
> the idea...
Strings are only half your solution tho' since they are
read only. To modify a string you have to create a new one.
Again, all things are possible, but with files that
could be a tad trickier than it sounds...
Alan g.