Can you post your tiddlywiki somewhere?
These macros do not show us your calculations, and we do not know the
structure of your tiddlers. Even
in English it would be hard to help without these things.
This macro has at least one error:
> \define Verskauf(Unternehmen Versart Regionalklasse Typklasse
> BeitragssatzProzent Zahlmonate LautZahlweise Jahresrate)
> <$vars Jahr= {{{ [[$LautZahlweise$]multiply[12]divide[$Zahlmonate$]] }}}>
> <$vars Jahr={{{[<Jahr>fixed[2]]}}}>
> <tr align=center>
> <td align=left>$Unternehmen$</td>
> <td align=left>$Versart$</td>
> <td>$Regionalklasse$</td>
> <td>$Typklasse$</td>
> <td>$BeitragssatzProzent$</td>
> <td>$Zahlmonate$</td>
> <td align=right>$LautZahlweise$ €</td>
> <td align=right><<Jahr>> €</td>
> </tr>
> </$vars>
> \end
>
> The second <$vars> tag must match a second <$/vars> closing tag. All
> opening tags must match a closing tag.
>
<$vars Jahr=.....>
<$vars Jahr=.... mehr ...>
.... macro code ....
</$vars> FIRST CLOSING TAG
</$vars> SECOND CLOSING TAG
Good luck!
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/b54b54ab-4e14-4acc-96cf-a5c9c1aa8c10%40googlegroups.com.