I was looking the code of your usefull utility sql1.prg and I found something I didn't understand:
It is on the function sql():
Code: Select all
ASize( tablearr, 0 )
Code: Select all
ASize( tablearr, len(table)-1 )
Just trying to understand it...
Thanks for any help.