Code: Select all
file:write("$forecast = " .. summary1 .. ";\n") --forecastCode: Select all
$forecast = Zonnige perioden;Code: Select all
$forecast = "Zonnige perioden";how to get those enclosing " into the string?
Have looked at lua.org, but not yet seen a suitable answer
In other words:
need to find a way to insert ASCII-character hex022 into the text-string coming from that lua-script-line.