|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Why isnt my program running
My program seems to work randomly, only when it feels like it sometimes It does what it is supposed to but then I try the same thing and It doesnt work anymore... its so frustrating whats going on?
|
|
#2
|
|||
|
|||
|
It's too general your description, but it seems to be that your program sometimes do something as you expected and sometimes not.
Well, the most common problem that does something like that is that you are using global variables and changing the value to undesired values before entering to the procedure (or you use the variables inside a timer method). Try to define the most of the variables inside the procedure and debug the global variables (the few ones that you like to share between procedures) <with F8 or msgbox> to see their values just entering to the procedure. |
|
#3
|
||||
|
||||
|
Quote:
__________________
Keep it Prodigy, Keep it Real |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Why isnt my program running |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|