Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Evaluates an expression, or displays specified text.
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
>? expA
Both versions of this command will return the current value of the expression expA.
Example
>Debug.Print varA