Skip to content

Latest commit

 

History

History
48 lines (44 loc) · 933 Bytes

File metadata and controls

48 lines (44 loc) · 933 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
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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