Frank Rocco
|
| Posted: 06/10/2002, 11:56 AM |
|
Does anyone know what causes this?
Variable is undefined: 'Emptyk'
Thanks
Frank
|
|
|
 |
RonB
|
| Posted: 06/10/2002, 1:44 PM |
|
Depends on the language you are programming in. Some languages do not accept
emtpty variables unless you decare them as such. PHP has no problems with
empty variables but I think the more object oriented languages do. So
somewhere in your code is a variable that wasn't declared and is thus
"empty".
I think
Ron
Ron
"Frank Rocco" <farocco@hotmail.com> schreef in bericht
news:ae2so7$7kk$1@news.codecharge.com...
> Does anyone know what causes this?
>
> Variable is undefined: 'Emptyk'
>
> Thanks
>
> Frank
>
>
>
|
|
|
 |
|