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 Chris Miller 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: *

  1. luchini

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

    Thanks for the confirmation and help, Olaf. Glad to know the bug only occurs for TEXT..ENDTEXT, and doesn't appear to be an issue with other functions.
  2. 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