FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Going back to a previous line in a CSV file
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Going back to a previous line in a CSV file [message #170145 is a reply to message #170143] Tue, 12 October 2010 19:20 Go to previous messageGo to previous message
Michael Fesser is currently offline  Michael Fesser
Messages: 215
Registered: September 2010
Karma:
Senior Member
.oO(pereges)

> Hello, how do I go about doing this.
>
> I've tried using fseek but it doesn't work

What have you tried so far? What are you trying to accomplish and how do
you load the CSV file? Please some more details and some code.

An additional note:
A CSV is a text file, so using fseek() doesn't make much sense unless
you know exactly where you are in the file and how long your lines are.
It might be better to load the entire file (if it's not too big) into an
array, where you can easily access every single line).

Micha
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to Hide browser status bar Message from client
Next Topic: Mesothelioma
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 27 03:56:55 GMT 2024

Total time taken to generate the page: 0.03213 seconds