Coding Help

rishiyoor at gmail.com rishiyoor at gmail.com
Sat Nov 10 15:37:48 EST 2007


On Nov 10, 3:20 pm, Carsten Haese <cars... at uniqsys.com> wrote:

>
> Maybe it would help you if you added an S6 that does nothing underneath
> the "C2 is true" branch of your flow chart.
>
> --
> Carsten Haesehttp://informixdb.sourceforge.net

Think I found a sequence of statements that would work

if C1
  if C2
  else
    if C4
      S2
    else
      S3
else
  if C3
    S1
  if C5  # This should be C5. There is an error in the chart.
    S4




More information about the Python-list mailing list