I would like to use a CString variable inside a Block, I tried the following:
CString = L"<*block,valign=top*><*underline=1*>Title<*underline=0*>:<*block*> + variable + L"<*/*><*/*>";
However, the second block doesn't start directly after the first one (which is located in line 1), it starts in the second line. The second block is more than one line long, so a line break is necessary. |