Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 983 Bytes

File metadata and controls

45 lines (34 loc) · 983 Bytes
title EvaluateStatement
description Learn about the Evaluate Statement command and how it evaluates and displays the given statement.
ms.date 02/25/2019
ms.topic reference
f1_keywords
debug.evaluatestatement
helpviewer_keywords
Debug.EvaluateStatement command
Evaluate Statement command
ms.custom ide-ref
author Mikejo5000
ms.author mikejo
ms.subservice 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