Hi! I have a string that is updated via properties and wanted to ask if this is the only way to control strings with properties because all the “”" are doing my head in.
Here is my example string: lb_result.Text = "<iframe src="""+Self.source+""" height="""+Self.fheight+""" width="""+Self.fwidth+""" title="""+Self.title+"""></iframe>"
The thing is adding spaces or anything else causes headaches as I end up missing a " here or there and spending too much time trying to figure out which one or where the " needs to go.