I'm converting a procedure into a class
on a class I cannot use Move function
how I can convert move ()
sample :
For n= 1 to ::nimages
::nLeftImage[n]-= 2
::aElementi[n]:Move( ::nRiga,::nLeftImage[n],,,.t.)
::aElementi[n]:Refresh()
next
any help please