Hi all, this is my first thread.
Is it possible to have an array of visual object on a window?
For instance an array of StaticText:
StaticText st_cod[10]
FOR li_i = 1 TO 10
st_cod[li_i].x = 200 * li_i
st_cod[li_i].y = 200
st_cod[li_i].height = 64
st_cod[li_i].width = 180...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.