FlyerTalk Forums - View Single Post - QFF abandoners: have you received the "What are your travel plans letter"?
Old Nov 15, 2005 | 4:40 pm
  #8  
serfty
FlyerTalk Evangelist
30 Countries Visited
40 Nights
All eyes on you!
20 Years on Site
 
Join Date: Nov 2004
Location: Melbourne
Programs: ►QFWP/LTG►VA WP►HyattDisc.►HiltonGold►ALL Plat.
Posts: 22,316
Originally Posted by og
With apologies to people who DO know how to program computers:

IF SC<1200 AND travel won't get SC=1200 in membership year THEN send letter saying "put up or shut up and lose status" UNLESS all travel in FIRST = A class OR travel in Business = D class then automatically send letter saying LOSE STATUS etc.
og.. I'm glad you aplogised!

I have never seen a keyword UNLESS used in 30 years .

To rephrase:
Code:
    IF SC < 1200 AND
          ( CURRENT_SC + PROJECTED_SC ) < 1200 THEN
          IF F_TRAVEL <> "A" AND J_TRAVEL <> "D" THEN
              CALL SEND_PUT_UP_OR_SHUT_UP
          ELSE
              CALL SEND_LOSE_STATUS
serfty is offline