You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Function: OrArgs

OrArgs is a logic function which returns true if any of it's arguments are true.

This would normally be used as part of a boolean expression within an If function call.

Syntax

OrArgs(arg1,arg2,arg3...argN)

See Also

  • No labels