[FX.php List] insert carriage return

Gjermund Gusland Thorsen ggt667 at gmail.com
Fri Mar 11 11:46:30 MST 2005


If I'm not senile I believe that FileMaker uses \0xd for newline.

I believe this is what you are trying to achieve?
$temp = implode( "\x0D", $options );
At least this worked in FM6U

Gjermund

On Sat, 5 Mar 2005 16:23:36 -0800, Caleb Ruth <cr at fmarchitect.com> wrote:
> Hi All,
> 
> I'm trying to insert a carriage return char within an HTML input element
> that gets added to FM7. I've tried &#11; (vertical tab). My understanding is
> that VT is the character FM stores as the paragraph character inside fields.
> But the vertical tab results in a box character in FMP, not the carriage
> return.
> 
> Thanks,
> Caleb
> 
> ===================
>  Caleb Ruth
>  cr at fmarchitect.com
> ===================
> 
> _______________________________________________
> 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