/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
That people like some specific brand and just buy them at any cost is quite clear. If you look on the amount of Argosy 671 Commuter owners you're probably surprised. That plane can't be beaten on short routes in fuel versus seats comparisation for a price under 16mil.
But hey, who would be proud of saying that he owns an Argosy? :twisted:
I like the Commuter but delivery time is 48 hours. The Caravelles, while priced twice as much, will earn more than the savings you get for getting the commuter because delivery time is just 24 hours. There is a reason why people prefer other planes than commuters.
Quote from: "SeaBlue Pacific Air"I like the Commuter but delivery time is 48 hours. The Caravelles, while priced twice as much, will earn more than the savings you get for getting the commuter because delivery time is just 24 hours. There is a reason why people prefer other planes than commuters.
Good point indeed. That's why I order them at brokers, so I buy them actually when I earned enough money for them. That way the difference in delivery time is just a calculation instead delay of profit.
For the ATRs, hmm... I really don't know. Maybe 4 kts is worth the additional cost. :?:
Quote from: "SeaBlue Pacific Air"I like the Commuter but delivery time is 48 hours. The Caravelles, while priced twice as much, will earn more than the savings you get for getting the commuter because delivery time is just 24 hours. There is a reason why people prefer other planes than commuters.
Good point indeed. That's why I order them at brokers, so I buy them actually when I earned enough money for them. That way the difference in delivery time is just a calculation instead delay of profit.
As the largest owner of the -320, I would just say that the price difference between the two variants would make no difference in the lease rate I throw them on market at, and the price difference is not that huge. As a result, I got the -320's anyway. I don't operate any of them.