Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
3.75/5 (9 votes)
See more:
C#
// test code 
for (int i = 1; i < 4; i++)
{
   s = s + "abc" + 'd'
}


Also, will the formatted blocks that were shown as being separate after each time I hit enter be merged?
Posted
Updated 6-Mar-10 23:12pm
v4

1 solution

Formatted blocks will be coloured after posting. We added a preview tab (and may extend this to a live preview) that shows the text with colouring.

We also removed the WYSIWYG editor in favour of our old tried and true forum editor that will remove the Enter problem.
 
Share this answer
 
v5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900