ObjectFlowControl.ForLoopControl.ForNextCheckObj Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Increments a For...Next loop.
Namespace: Microsoft.VisualBasic.CompilerServicesAssembly: Microsoft.VisualBasic (in microsoft.visualbasic.dll)
public static bool ForNextCheckObj ( Object Counter, Object LoopObj, ref Object CounterResult )
public static boolean ForNextCheckObj ( Object Counter, Object LoopObj, /** @ref */ Object CounterResult )
Not applicable.
Parameters
- Counter
The loop counter variable.
- LoopObj
An object that contains verified values for loop values.
- CounterResult
The counter value for the next loop iteration.
Return Value
False if the loop has terminated; otherwise, True.Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.