Hi Charles
i have one crazy translation to o2
and after all fixing on the end Linker complain about UDT array member
this:
for i = 1 to pCount
IJ.Funcs[IJ.FuncCount].ParamNames = pNames
next i
end if
what might be that?
Hi Aurel,
I see an a surplus right bracket:
for i = 1 to pCount
IJ.Funcs[IJ.FuncCount].ParamNames = pNames
next i
end if
corrected possibly:
for i = 1 to pCount
IJ.Funcs[IJ.FuncCount.ParamNames = pNames
next i
end if
Hi Charles
It looks that older version sc604 i used have problem with parser
or UDT ..because when i download lates from sourceForge print version 0.9
not complain about that
tnx!