B
Brian Cook
I need to check to see if a string contains two different constraints. I
currently use this else if statement to look for the first constraints;
else if (lines[lineNum].Contains("]CODELINE_INDICATION_MSG"))
{
i += 112;
rtbDoc.Select(i, 2);
rtbDoc.SelectionFont = new Font(rtbDoc.SelectionFont,
rtbDoc.SelectionFont.Style ^ style);
rtbDoc.SelectionColor = Color.DarkBlue;
}
I need to check for this constraint and need to check to see if the string
contains "RX" in it also.
Thanks,
currently use this else if statement to look for the first constraints;
else if (lines[lineNum].Contains("]CODELINE_INDICATION_MSG"))
{
i += 112;
rtbDoc.Select(i, 2);
rtbDoc.SelectionFont = new Font(rtbDoc.SelectionFont,
rtbDoc.SelectionFont.Style ^ style);
rtbDoc.SelectionColor = Color.DarkBlue;
}
I need to check for this constraint and need to check to see if the string
contains "RX" in it also.
Thanks,
