The Second Set Step

Configure the General tab of the second Set customizer window to convert the number retrieved from the vector to a String variable so that the Place Call step can use it as the number to dial.

Figure shows the configured General tab of the second Set customizer window.

Set dest=dest.valueOf(obj)
Configure the General tab of the Set customizer window as follows:
  • Variable—dest

  • Value—dest.valueOf(Obj)

The step uses the expression dest.valueOf(Obj) to convert the number stored in the OBJ variable to a string and to assign it to the dest String variable.