I got a strange error.
i use in my program
Code: Select all
use lvrlog new
INDEX ON str(val(type),2)+str(val(noden),2)+str(val(modn),2) TAG MODULE for val(modn)#0
msginfo(ordfor())
INDEX ON str(val(type),2)+str(val(noden),2) TAG PM for (nr = '4' .or. nr = '6') .and. nodet # 'HG' .and. nodet # 'NIM'
msginfo(ordfor())
If I create a small test-program, everything works fine.
Does anyone have a clue why this happend in my main program?
Thanks
Marc