flock and open files

2005-07-14 Thread bclark1
Hi list My colleaque and I have just had a small disagreement with each other about file locking and reading / ammending a txt file. To up date a CSV file (it must be quick and / or effient), my colleaque likes to either read the whole file in memory (I dont like this) or open the file and use

array list

2005-07-11 Thread bclark1
Hi all Would anyone know how or if possible to do a print on an array, but I want to print the first x elements of an array, and then do another print for the next y values of the same array I would like to achieve this in one line. something like this print @array[0..6], "Some text", @rr