xdrum📝
❔ is it possible to add // at beginning of text line when caret is in current line?
Hello all, in a RichTextBox I split text by line, but I need to add the symbol // at the beginning of a line when caret is in it
int index = new GetFirstCharIndexFromCurrentLine()
int line = new GetLineFromCharIndex(iNdEx)
string[] str = new rtb.Text.Split('/n');
4 replies