10-28-2005, 02:04 PM
Two choices:
1. Use multiline edit controls. Then you don't have to use escape sequences like [] or ''. If closing the dialog using Enter is actual, remove ES_WANTRETURN style from edit boxes, and use Ctrl+Enter to add new line.
2. Use str.escape to unescape b and c:
1. Use multiline edit controls. Then you don't have to use escape sequences like [] or ''. If closing the dialog using Enter is actual, remove ES_WANTRETURN style from edit boxes, and use Ctrl+Enter to add new line.
2. Use str.escape to unescape b and c: