View Single Post
  #25  
Old January 3rd, 2005, 09:33 AM
Andi Mayer
external usenet poster
 
Posts: n/a
Default

On Sun, 2 Jan 2005 23:11:46 -0500, "Jan Il"
wrote:

Hi Jan you are a lucky guy ;-)

I had marked this message as ignored and while I was pressing the
I-button I saw a Andi at the top and went back.

I sought this problem was solved.

First of all:
Every time when you change something in you code: COMPILE this code

in your case: you would have run into a compile error like:

there is an ENDIF missing (I am to lazy to start my English version to
give you the exact error message)

second: on top of every module there should be: option explizit

with this two words, you can't use un-Dimmed variables (this is very
helpfull to avoid typing errors, besides that you can't use
uninitialized variables and objects)


---
If you expect an answer to a personal mail, add the word "manfred" to the first 10 lines in the message
MW