Can somebody tell me the diff b/w Debug & Debug.Print
If we write Debug.Print "i=" & i
It gives the o/p in the immediate window.
If we write print "i=" & i
It gives the normal o/p.
But what is the use of Debug.print & where it is used?
Can somebody tell me the diff b/w Debug & Debug.Print
If we write Debug.Print "i=" & i
It gives the o/p in the immediate window.
If we write print "i=" & i
It gives the normal o/p.
But what is the use of Debug.print & where it is used?
Debug?? debug cannot be execute alone. debug must be follow with Print or Assert.
i think debug.print use to see what the result. i mean it is not using inf form but for debugging.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.