Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 768 Bytes

File metadata and controls

35 lines (30 loc) · 768 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

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