I have written an Maro with the follow defininitions
\define Benzkauf2(Datum kmalt kmneu getankt Gesamtpreis)
<tr align=right>
<td>$Datum$</td>
<td>$kmalt$</td>
<td>$kmneu$</td>
<td>$getankt$</td>
<td>$Gesamtpreis$</td>
<td>[[$kmneu$ $kmalt$ substract[]]</td>
<td>[[$getankt$]multiply[100]divide[[$kmneu$ $kmalt$ substract[]]]</td>
<td>[[$Gesamtpreis$]divide[$getankt$]]</td>
</tr>
\end
but the caltulating do not work.
It shoud do so
1. kmneu - kmalt
2. getankt * 100 / (kmneu - kmalt)
3. Preisgesamt / getankt
how i can do it
thanks for help
--
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/93721545-deac-45b1-bf5b-dd54f3fa158c%40googlegroups.com.