Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by GiampiZ

  1. GiampiZ

    Array of StatText

    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...

Part and Inventory Search

Back
Top