In and Not In

In and Not In

Does anyone know the formatting for using In or Not In when using the script builder? 

I was thinking of doing something like the following (VBA format, as I don't know how to do it in Deluge):

  
  1. If cboStatus Not In ("-Select-", "Booking Made", "Cancelled") Then

    Expression

    End If

cboStatus being a picklist.

Thanks,

Leo