Void definition

Void is not used within scripts. You use void in the definition of the script operations in the reference information.

Void can indicate one of the following:
  • The product that is returned as a result of calling the script operation,
  • The control flow statement should not be used, or
  • There is no product that is returned by the call
For example, calling a script operation, which has void as a return type in the prototype information should not be done on the right side of an assignment or within a conditional expression.