• Contents of variables (2003 sp3)

    Author
    Topic
    #450289

    When observing the contents of a variable while stepping through code, is there a way to expand the contents tag? The variable in this case holds a filename with a long network path and only half of the path displays.

    Viewing 0 reply threads
    Author
    Replies
    • #1105952

      Option 1:
      – Activate the Immediate window (Ctrl+G).
      – Type ? followed by a space and the name of the variable, for example

      ? strFileName

      – Press Enter.

      Option 2:
      – Activate the Immediate window (Ctrl+G).
      – Type MsgBox followed by a space and the name of the variable, for example

      MsgBox strFileName

      – Press Enter.

    Viewing 0 reply threads
    Reply To: Contents of variables (2003 sp3)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: