Index Overview

String Control

String Control implements textual data. It can convert an Integer into a String or supply text to other controls.

String control has the following attributes:

String - This attribute specifies the initial value of the String Control.

String control has the following actions and parameters:

Services:

  • Take New String - String Control takes a new string from the input parameter called String and uses it as it's value.
  • Make String From Integer - String Control takes the Integer from the input parameter called String, converts it into a string value and saves it as the current value of the String Control.
  • Input Parameter:

  • String - The Control uses this parameter to carry out different services.
  • Output Parameter:

  • String - This parameter supplies the current text.