On my old clipper app I have this line
xpos := substr(&xlinha.[xn],1,1) + "x" + substr(&xlinha.[xn],2,1)
How I can converte it ?
Silvio.Falconi wrote:On my old clipper app I have this line
xpos := substr(&xlinha.[xn],1,1) + "x" + substr(&xlinha.[xn],2,1)
How I can converte it ?
xpos := substr(&(xlinha).[xn],1,1) + "x" + substr(&(xlinha).[xn],2,1)
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 85 guests