Code:
on ^*:TEXT:*:*:{
  var %s = $1-
}

If $1- contains "" (literally two quotation characters and nothing else), %s is set to empty.

Is there a way to set a local variable to "" or is it just not possible?