This page (revision-39) was last changed on 01-Apr-2020 01:46 by albrecht.striffler

This page was created on 31-Oct-2012 12:40 by Joachim Baumeister

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
39 01-Apr-2020 01:46 4 KB albrecht.striffler to previous
38 22-Feb-2017 17:52 4 KB Albrecht Striffler to previous | to last
37 29-Apr-2016 15:52 4 KB Albrecht Striffler to previous | to last
36 29-Apr-2016 15:52 4 KB Albrecht Striffler to previous | to last
35 29-Apr-2016 15:51 4 KB Albrecht Striffler to previous | to last
34 29-Apr-2016 15:47 4 KB Albrecht Striffler to previous | to last
33 29-Apr-2016 15:44 4 KB Albrecht Striffler to previous | to last
32 29-Apr-2016 15:42 4 KB Albrecht Striffler to previous | to last
31 29-Apr-2016 15:40 4 KB Albrecht Striffler to previous | to last
30 29-Apr-2016 15:30 3 KB Volker Belli to previous | to last
29 17-Sep-2015 15:50 3 KB Albrecht Striffler to previous | to last
28 17-Sep-2015 15:50 3 KB Albrecht Striffler to previous | to last
27 17-Sep-2015 15:50 3 KB Albrecht Striffler to previous | to last
26 17-Sep-2015 15:49 3 KB Albrecht Striffler to previous | to last
25 17-Sep-2015 15:49 3 KB Albrecht Striffler to previous | to last
24 17-Sep-2015 15:47 3 KB Albrecht Striffler to previous | to last
23 17-Sep-2015 15:47 3 KB Albrecht Striffler to previous | to last
22 17-Sep-2015 15:46 3 KB Albrecht Striffler to previous | to last
21 19-Jun-2015 13:31 3 KB Albrecht Striffler to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 47 changed one line
<flowchart fcid="flow_26ef012e" name="Main" icon="sanduhr.gif" width="623" height="397" autostart="true" idCounter="19">
<flowchart fcid="flow_26ef012e" name="Main" icon="sanduhr.gif" width="589" height="262" autostart="true" idCounter="19">
At line 51 changed 2 lines
<position left="35" top="150"></position>
<action markup="KnOffice">Height</action>
<position left="20" top="89"></position>
<action markup="KnOffice"><![CDATA[Height]]></action>
At line 56 changed 2 lines
<position left="190" top="150"></position>
<action markup="KnOffice">Weight</action>
<position left="175" top="89"></position>
<action markup="KnOffice"><![CDATA[Weight]]></action>
At line 61 changed one line
<position left="47" top="81"></position>
<position left="32" top="20"></position>
At line 66 changed 2 lines
<position left="342" top="150"></position>
<action markup="KnOffice">"bmi" = ((Weight / (Height*Height)))</action>
<position left="327" top="89"></position>
<action markup="KnOffice"><![CDATA["bmi" = ((Weight / (Height*Height)))]]></action>
At line 71 changed 2 lines
<position left="188" top="272"></position>
<action markup="KnOffice">"Underweight" = P7</action>
<position left="173" top="211"></position>
<action markup="KnOffice"><![CDATA["Underweight" = P7]]></action>
At line 76 changed 2 lines
<position left="346" top="272"></position>
<action markup="KnOffice">"Normal weight" = P7</action>
<position left="331" top="211"></position>
<action markup="KnOffice"><![CDATA["Normal weight" = P7]]></action>
At line 81 changed 2 lines
<position left="495" top="272"></position>
<action markup="KnOffice">"Overweight" = P7</action>
<position left="480" top="211"></position>
<action markup="KnOffice"><![CDATA["Overweight" = P7]]></action>
At line 90 changed one line
<guard markup="KnOffice">"Height" > 0</guard>
<guard markup="KnOffice"><![CDATA["Height" > 0]]></guard>
At line 101 changed one line
<guard markup="KnOffice">KNOWN["Weight"]</guard>
<guard markup="KnOffice"><![CDATA[KNOWN["Weight"]]]></guard>
At line 107 changed one line
<guard markup="KnOffice">"bmi" < 18.5</guard>
<guard markup="KnOffice"><![CDATA["bmi" < 18.5]]></guard>
At line 113 changed one line
<guard markup="KnOffice">"bmi" >= 18.5 AND "bmi" <= 25</guard>
<guard markup="KnOffice"><![CDATA["bmi" >= 18.5 AND "bmi" <= 25]]></guard>
At line 119 changed one line
<guard markup="KnOffice">"bmi" > 25</guard>
<guard markup="KnOffice"><![CDATA["bmi" > 25]]></guard>