RE: [PHP] FILE () STRIPS BLANKS FROM THE ARRAY - HOW CAN I STOP IT

2001-05-07 Thread Mark Roedel
-Original Message- From: Jay Lepore [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 06, 2001 7:41 PM To: [EMAIL PROTECTED] Subject: [PHP] FILE () STRIPS BLANKS FROM THE ARRAY - HOW CAN I STOP IT I have an ASCII fixed width text file I'm trying to convert to an array of fields

Re: [PHP] FILE () STRIPS BLANKS FROM THE ARRAY - HOW CAN I STOP IT

2001-05-07 Thread Christian Reiniger
On Monday 07 May 2001 02:41, Jay Lepore wrote: I have an ASCII fixed width text file I'm trying to convert to an array of fields. But I need to keep the spaces in tact so I know exactly where one field ends and another begins. Do you know of any way to modify the default behavior of file()

[PHP] FILE () STRIPS BLANKS FROM THE ARRAY - HOW CAN I STOP IT

2001-05-06 Thread Jay Lepore
I have an ASCII fixed width text file I'm trying to convert to an array of fields. But I need to keep the spaces in tact so I know exactly where one field ends and another begins. Do you know of any way to modify the default behavior of file() which strips the blanks spaces out when returning