Entering multiple lines of text in a text script file

I have a spreadsheet that has the addressand homeowners name as well as the X,Y where I want to put them. In executing the TEXT command from the keyboard after entering the address the command line allows the entry of additional text items. Each individual text item is a separate simplenote placed below the former text item. With the script command I searate each part of the command structure with a space which works except for the secons item of text. It makes the two text items one with a space between them. Putting the second item on the next line ends up with an unrecognized command.

 

text 1520923,3526455 18.4280 0 1418   Smith 

Is there a special command to use separating the two text strings?