Re: CSV into array




> I've encountered a small problem that I can't figure out though....

> $myarray = convertCSVtoAssocMArray("sscreen.csv", ",");

Try adding this line after the one quoted above:

print_r( $myarray );

and see if what you get in the array matches your expectations.

---
Steve

.



Relevant Pages

  • Re: Static Array
    ... MyArray = record case byte of ... Regards ... Heiner ... Prev by Date: ...
    (alt.comp.lang.borland-delphi)
  • Re: sizeof a array passed by ref
    ... Ok Steve I got it now. ... Ok but can you explain to me How this works and why myArray is ... I thought the myarray was a pointer, I thought every array var is a ... Sorry about more NOOB questions! ...
    (microsoft.public.win32.programmer.ui)