Bryan - Gendev
Programmer
I have this code in my main.prg
I am using xinfo[10] and [11] from some old code I had used before.
In the debugger xinfo has no data.
What am I doing wrong please?
GenDev
Code:
LOCAL ARRAY xinfo[1]
local lcExe,swversion
lcExe = 'ProjAn.exe'
Agetfileversion(xinfo,lcExe)
swversion = Alltrim(xinfo[10]) + " ver. " + Alltrim(xinfo[11])
I am using xinfo[10] and [11] from some old code I had used before.
In the debugger xinfo has no data.
What am I doing wrong please?
GenDev