Am 09.09.2007 um 20:09 schrieb Johnny Rosenberg:

2007/9/8, Helge Kraak <[EMAIL PROTECTED]>:


Am 08.09.2007 um 23:00 schrieb Cor Nouws:

There are some things you can do to make it easier/better.
- Add some procedures for dull/lengthy tasks;
- Option Explicit - a must imo;
- Seperators;
- Globals in the header (afaik, also a must);

Thanks! Option Explicit was new to me. The other things, well...
shame on my lazyness to not structure the code properly....

The one-but last 'Loop' has to be and 'And If'.
Pls test :-)

I still don't understand why there has to be an additional 'loop' but
above all it's important it's working now though I don't understand
the logic behind this....


As far as I can see, the following If statement doesn't have an EndIf:

If email_aktiv = "True" Then
            Zaehler = Zaehler + 1
.
.
.



That's right, I also recognized this in the meanwhile. But it's strange that it also worked withouth the 'endif' by adding an additional 'loop'. I'm not sure if this is a bug. Definitely the error messages in Starbasic could be improved a lot as they are sometimes very misleading.


J.R.

Thanks again Cor!

Helge


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to