Skip to content

Latest commit

 

History

History
53 lines (48 loc) · 963 Bytes

File metadata and controls

53 lines (48 loc) · 963 Bytes
title FORC | 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
FORC
dev_langs
C++
helpviewer_keywords
FORC directive
ms.assetid 57c05099-0c46-44bc-9ae5-27ce850ccdff
caps.latest.revision 7
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

FORC

Marks a block that will be repeated once for each character in string, with the current character replacing parameter on each repetition.

Syntax

  
   FORC  
parameter, <string> statements  
ENDM  

Remarks

Same as IRPC.

See Also

Directives Reference