Syntax
lookuptxt(string)
Description
The lookuptxt() function returns an array of the TXT records for the given host.
If no record is found, an empty array is returned
Example
println(lookuptxt("google.co.uk"))
println(lookuptxt("google.co.yewkay"))
["v=spf1 -all"]
[]