Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Evaluates an expression or displays specified text.
Syntax
>Debug.Print text
Arguments
text
Required. The expression to evaluate or the text to display.
Remarks
You can use the question mark (?) as an alias for this command. So, for example, the command
>Debug.Print expA
can also be written as
? expA
Both versions of this command return the current value of the expression expA.
Example
>Debug.Print DateTime.Now.Day