
-----------------------------------
theinquisitor
Sun Mar 25, 2012 9:49 am

I think it's rather weird
-----------------------------------
I finished a program called compint, it needs to use procedure to calculate the balance . But after I ran it, it did the job, i mean it did everything it supposed to do, and then the window just disappeared, and it says "Variable has no value"

-----------------------------------
ihsh
Sun Mar 25, 2012 10:29 am

RE:I think it\'s rather weird
-----------------------------------
This means that your program crashed because you tried accessing a variable that hasn't been assigned a value yet.

For example, try running the following program:
a a value, yet you are trying to access it.
