0

put two text fields together into a multiline Text Field

Sir, 

How do I put two text fields information together into the multiline text field and make it "multi line"?

ie, I have field 1 and field 2, when put them together, I need them to become

Field 1

Field 2

 

How do I do it? 

 

Thank you very much.

1 reply

null
    • Ninox partner
    • RoSoft_Steven.1
    • 4 yrs ago
    • Reported - view

    Hi, try this:

    multiline := 'Field 1' +"
    "+ 'Field 2'

    Note after the " there is a hard return

    Steven

Content aside

  • 4 yrs agoLast active
  • 1Replies
  • 690Views