how can i do this code -
set msgcolor to "<font color="red">" & msg & "</font>"
i need ot be able to use " in applescript for the text entered
how can i do this code -
set msgcolor to "<font color="red">" & msg & "</font>"
i need ot be able to use " in applescript for the text entered
This might work:
set msgcolor to "<font color="red">" & msg & "</font>"