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 TouchToneTommy 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: luchini
  • Content: Threads
  • Order by date
  1. luchini

    TEXT...ENDTEXT updates a hidden variable instead of creating private variable

    Ran into this strange bug today. Seems to be a lesson in how VFP scoping can be weird, and why you should always initialize variables. Code is below. CLEAR * * [1] Initialize pcVar, which is PRIVATE by default * pcVar = PROGRAM() DISPLAY MEMORY LIKE pcVar TestProc() * * [5] pcVar updated to...

Part and Inventory Search

Back
Top