I not sure if this is the right place to report this but consider this deliberate typing error:
type TESTDATA
test as integer
endtype
a as TESTDAA
This is OK because the above will report
Variable declared with unknown type error, but:
type TESTDATA
test as integer
endtype
dim a(10) as TESTDAA
Will crash the DBPro compiler!
In a program I was working, it took me ages to find out why it was crashing on compile, because the was no error reported.
So a word to the wise, Watch your spelling!
"Earth is the cradle of humanity,
but one cannot live in a cradle forever"
Konstantin E. Tsiolkovsky (1911)