Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 738 Bytes

File metadata and controls

30 lines (26 loc) · 738 Bytes
title SUBSTR | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
substr
dev_langs
C++
helpviewer_keywords
SUBSTR directive
ms.assetid d1aa9a7d-a03a-4213-93ad-ee92635fd58a
caps.latest.revision 6
author corob-msft
ms.author corob
manager ghogen

SUBSTR

Returns a substring of textitem, starting at position. The textitem can be a literal string, a constant preceded by a %, or the string returned by a macro function.

Syntax

  
name SUBSTR textitem, position [[, length]]  

See Also

Directives Reference