This question about Topic Markup Language and applications: Answered

Why Does The Value Include A Trailing Space?

  • Set MINCOL = 1
  • Set MAXCOL = 10
  • Set MINROW = 1
  • Set MAXROW = 10

MAXROW='10' <<< does yours have a space inside the quote? Why?? This screws, for example ForEachPlugin

<dot>
digraph A {
%FOR{"row" start="1" stop="10" step="1"}% %FOR{"col" start="1" stop="10" step="1"}% "%CALC{"$T(R2:C$col)"}%" -> "%CALC{"$T(R$row:C1)"}%" [penwidth=%CALC{"$T(R$row:C$col)"}%]
%NEXT{"col"}% %NEXT{"row"}%
}
</dot>

-- MartinCleaver - 07 Feb 2010

Ok. Figured it. Sorry, thanks anyway.

(I had a trailing space in the set.)

ForEachPlugin should strip, but I thought the engine was passing in wrongly. Not so.

-- MartinCleaver - 07 Feb 2010

QuestionForm edit

Subject Topic Markup Language and applications
Extension
Version
Status Answered
Topic revision: r2 - 07 Feb 2010, MartinCleaver
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy