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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Paulm52
  • Content: Threads
  • Order by date
  1. Paulm52

    Invalid subscript reference (config problem?)

    I'm having VFP problems with code using arrays. On one machine, the following code runs successfully: DIMENSION array[20] FOR x = 1 TO 5 array[x] = RAND() ENDFOR clear ?? array[1] ?? array[2] ?? array[3] ?? array[4] ?? array[5] ? FOR i = 1 TO ALEN(array) ?? array[i] && sometime...

Part and Inventory Search

Back
Top