Multiple result in session relevance

(imported topic written by Supanono91)

Hi,

I’m writing a session but I need to add newline, the thing seems to work almost but still the “\n” is displayed.

(html
"<table><th>Computer</th><th>IP Addresses<th>" & it & html
"</table>") of concatenation of (trs of (td of (name of it) & td of (concatenation 
"\n" of ((ip addresses of it) as string) ) of it ) of bes computers whose (exists name of it))

examples :

HH4445 192.168.2.33

R3WKS7UGCFE 192.168.139.1

\n192.168.122.1

\n10.21.68.103

Thanks

(imported comment written by cstoneba)

this should work for you:

(html"

Computer IP Addresses " & it & html"
") of concatenation of (trs of (td of (name of it) & td of (concatenation "

" of links of ((ip addresses of it) as string) ) of it ) of bes computers whose (exists name of it))

(imported comment written by Supanono91)

didn’t work :frowning: