Re: eu 4.0 alpha bugs
- Posted by donCole01 Dec 01, 2008
- 1026 views
mattlewis said...
ChrisB said...
in eu 4.0 This is ok
VOID = query_database("xprods.sql", cmd)
but this
if object(query_database("xprods.sql", cmd)) then end if
gets "query_database" is not defined
test Ok, I see the problem with this. It's due to changes to object() to allow it to detect uninitialized variables. It hasn't been updated to deal with forward references.
Matt