This question about Topic Markup Language and applications: Answered

Why Does The Value Include A Trailing Space?

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

The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. Creative Commons LicenseGet Foswiki at sourceforge.net. Fast, secure and Free Open Source software downloads