I’m trying to get this part of the code working.
This is an email in HTML and I need to split a variable, and make the left part of the division in bold, and the right part as normal text.
This is what I’m trying: <html><b>"+Split(varExceptionsData,"-").ToString(0) +"</b>" +Split(varExceptionsData,"-").ToString(1)+"</html>