Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1000 Bytes

evaluate-statement-command.md

File metadata and controls

45 lines (35 loc) · 1000 Bytes
title description ms.date ms.topic f1_keywords helpviewer_keywords ms.custom author ms.author manager ms.subservice
EvaluateStatement
Learn about the Evaluate Statement command and how it evaluates and displays the given statement.
02/25/2019
reference
debug.evaluatestatement
Debug.EvaluateStatement command
Evaluate Statement command
ide-ref
Mikejo5000
mikejo
mijacobs
general-ide

Evaluate Statement command

Evaluates and displays the given statement.

Syntax

>Debug.EvaluateStatement text

Arguments

text

Required. The statement to evaluate.

Example

>Debug.EvaluateStatement args.Length

See also