Add page break to confirmation message

I want to add an extra row for spacing in my confirmation message on my button.  I've tried using char(13) to add page breaks but that is not working for me.  Is there a way to do this?

This is what I want the confirmation message to look like:

Removing an item will remove any associated information.

 

Are you sure you want to delete?

 

Here's what my SAIL looks like:

a!buttonWidgetSubmit(
label: "Delete Item(s)",
confirmheader: "Confirm Delete",
confirmmessage: "Removing an item will remove any associated information. " &
char(13) & char(13) & "Are you sure you want to delete?",
confirmbuttonlabel: "Delete",
value: "Delete Items",
saveInto: ri!userAction
)

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data