ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  variables inside a <*BLOCK*>
Posted by Medic89 on Nov-05-2021 21:30
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.

  Re: variables inside a <*BLOCK*>
Posted by Medic89 on Nov-08-2021 17:32
I solved the issue, I forgot to adjust the width of the block.