﻿RuleName=VFR Exemption
Enabled=True
RepeatInverted=False

'If either aircraft is marked as VFR in the flightplan then exclude.

If Aircraft1(FLIGHTRULES) = Value(VFR) Then Exclude(One of these aircraft is marked as VFR.) Else Continue

If Aircraft2(FLIGHTRULES) = Value(VFR) Then Exclude(One of these aircraft is marked as VFR.) Else ExitRule

