Help for this page

Select Code to Download


  1. or download this
    ... where Action in ("GetAll", "Make", "MakeOnly" )
    
  2. or download this
    if( in( $Action, "GetAll", "Make", "MakeOnly" ) ) {
    ... }
    sub in {
    ...
    }