![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Bug Reports Post about errors or bugs encountered. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
hi,
If the file 'name' has a lenght of 500 bytes, and I rewrite that file with a array that is only 150 bytes, like below, I expect the file will be closed after the lenght of the last writed array (150 bytes). The file still stays on a file-lenght of 500 bytes... enoying thing... FileOpen (c1,name,cRandom) 'open file for binary use bin.New1(c1,True) 'make binair file-object bin.WriteBytes(igni()) 'writes the complete igni-array binair FileClose (c1) Of coarse there are work arounds, but is this the normal behavior... Put Claude Belgium |
![]() |
| 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 |
| Nullifying an Array | mjcoon | Questions & Help Needed | 1 | 06-20-2008 05:20 PM |
| Different behavior in desktop vs. device on AddEvent | willisgt | Bug Reports | 4 | 01-13-2008 12:29 PM |
| Array but not array | Cableguy | Questions & Help Needed | 1 | 09-22-2007 08:09 PM |
| Array of Array possibility? | Stellaferox | Basic4ppc Wishlist | 0 | 09-18-2007 12:16 PM |
| different behavior Desk and PPC | Put Claude | Questions & Help Needed | 6 | 07-30-2007 12:06 PM |