Skip to content
RPA Your Way
  • Tutorials
  • Reference Guides
    • Data Types
      • Boolean
      • Integer
      • String
      • DateTime
      • Object
      • GenericValue
      • MailMessage
      • Math
      • Exception
      • DataTable
      • Array
      • List
      • Dictionary
    • Control Flow
      • If Statement
      • Switch
      • For Each
      • For Each Row
      • While Loop
      • Do While Loop
    • Operators
    • Object Modification
    • Type Conversion
  • Glossary
  • Contact Us
Menu Close
  • Tutorials
  • Reference Guides
    • Data Types
      • Boolean
      • Integer
      • String
      • DateTime
      • Object
      • GenericValue
      • MailMessage
      • Math
      • Exception
      • DataTable
      • Array
      • List
      • Dictionary
    • Control Flow
      • If Statement
      • Switch
      • For Each
      • For Each Row
      • While Loop
      • Do While Loop
    • Operators
    • Object Modification
    • Type Conversion
  • Glossary
  • Contact Us

Control Flow

  1. Home>
  2. Control Flow
Read more about the article What is a Do While Loop?

What is a Do While Loop?

A do while loop is one of the most common types of loop. The Do While loop works by repeating a given set of actions while a specified condition is…

Continue ReadingWhat is a Do While Loop?
Read more about the article What is a While Loop?

What is a While Loop?

A while loop is one of the most common types of loop. The While loop works by repeating a given set of actions while a specified condition is true. A…

Continue ReadingWhat is a While Loop?
Read more about the article What is a For Each Row Loop?

What is a For Each Row Loop?

The For Each Row loop works by iterating through a DataTable, row by row, and executing whatever actions are placed within the body of the loop. For example, you could use…

Continue ReadingWhat is a For Each Row Loop?
Read more about the article What is a For Each Loop?

What is a For Each Loop?

The For Each loop works by iterating through a list of items, one at a time and executing whatever actions are placed within the body of the loop. For example, you…

Continue ReadingWhat is a For Each Loop?
Read more about the article What is a Switch?

What is a Switch?

A switch statement is a conditional statement that runs an expression and tests the result against a list of values, called cases. If any cases are match the expression result,…

Continue ReadingWhat is a Switch?
Read more about the article What is an If Statement?

What is an If Statement?

An if statement is a conditional statement that, if proved true, will perform a certain task, and if proved false, will do something else. If statements are one of the…

Continue ReadingWhat is an If Statement?

Sign Up For Our Weekly Newsletter

Recent Posts

  • How to Create an Argument?
  • How to Remove a Variable?
  • How to Create a Variable?
  • How to Browse for Other Variable Types?
  • How to Initialize a Variable?

Categories

  • Control Flow
  • Data Types
  • Introduction
  • Variables
Copyright 2021 | RPA Your Way | All Rights Reserved