Originally Posted by
DemonDeacon
Does anyone know what to plug in to prohibit multiple connections? For example, I want to fly SLC-CLT on DL but not connect through ATL or MEM
I take your question to mean that you want only one connection and that it should not be ATL or MEM. Following will do this while restricting the flights to Delta:
Code:
SLC:: DL ~ATL,MEM DL
CLT:: DL ~ATL,MEM DL
Later Edit. Although the above has usually worked for me, as the post below explains, it is not quite correct if somebody wanted to avoid not just connections but also stops. If that's what you meant, a better syntax would be:
Code:
SLC:: N:DL ~ATL,MEM N:DL
CLT:: N:DL ~ATL,MEM N:DL
(BTW I had to use the "code" command because without it you get N

L for a nonstop DL flight.)