(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