![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Tutorials Basic4ppc tutorials |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
This has got me up to speed using text files, ta very to you all.
Using other programs I can change, let's say one line of a data file without overwriting the whole file. I'm jiggered if I can fathom out how to do it in B4PPC. Any thoughts, about this, most welcome. Regards, KevG |
|
||||
|
You can open a file in random access mode and change only parts of it. However as text files use Unicode encoding it will be very hard to find the right position.
I recommend you to open the file, read the lines one by one or everything at once. Edit the text and save it to a new file.
__________________
Basic4ppc reference list |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Searching all text files in a directory | tsteward | Questions & Help Needed | 5 | 01-03-2009 04:08 PM |
| Downloadfile and text files | N1c0_ds | Questions & Help Needed | 3 | 10-17-2008 02:55 AM |
| Coverting text files with binary file page code functionality | kolbe | Code Samples & Tips | 1 | 06-21-2008 05:06 PM |
| Text editor for INI files | Softselect | Questions & Help Needed | 2 | 11-15-2007 06:50 AM |
| Dividing the code into text files... | Cableguy | Questions & Help Needed | 5 | 05-21-2007 03:21 PM |