Desktop User Guides > Professional > Interview scripting > Writing interview scripts > Creating wizards for UNICOM Intelligence Reporter > UNICOM Intelligence Reporter wizard examples > Example error handling
 
Example error handling
The following script example shows error handling for the Format cell items wizard:
' Check error conditions
If (Len(tables_selected) = 0) Then
  Info_Block.NoTables.Show()
  IOM.Terminate(Signals.sigStopped)
End If
See also
UNICOM Intelligence Reporter wizard examples