[FX.php List] FileMaker's Return Character

Gjermund Gusland Thorsen ggt667 at gmail.com
Wed Oct 6 02:41:54 MDT 2004


$array = explode( "\n", $string );

ggt

On Wed, 29 Sep 2004 19:07:55 -0500, Jason H. Awbrey
<jason at stravinsoft.com> wrote:
> Hello All,
> 
> I am currently trying to parse out a field that holds return-delimited
> values into an array. I was trying to use explode() but I can't figure
> out what the character is that FileMaker outputs as the return to use
> as the string separator. Does anyone on the list know what character I
> can FM is using as the return? I tried copying the output and pasting
> it into BBEdit and it looks like ASCII code 13 (\r) but that doesn't
> seem to be working. Any help would be appreciated.
> 
> Cheers,
> Jason H. Awbrey
> 
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
> 
> 
> 
>


More information about the FX.php_List mailing list