You are top

thanks

Am Montag, 17. Februar 2020 20:23:47 UTC+1 schrieb Gerald Weis:
>
> 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/68f23a49-e2d3-4f6c-b34d-a3c1ced9ca33%40googlegroups.com.

Reply via email to