sc_alert --> how insert line feed between message text

Hi all,

I’m not able to show a long text with several line feed using sc_alert (onValidate event).
When the user push insert , if all checks are ok, I need to show a message that teach how to do next.

I’ve tried
<BR> <br /> without success .
??

Thanks

Hi,
sc_alert(‘Line1
Line2’);
should do it.

jsb

Hi JSB,

thanks for hint !!
If I use carriage return after (enter) after
it could not work ?

Ok I tested now without enter and it works nice !!!
Thanks againi !!