On Feb 20, 2010, at 11:44 PM, Kasper Hansen wrote: > $if (segment != null)$ Hi Kasper, ST doesn't allow expressions that test logic. Try: $if (!segment)$ which says same thing in this case. "segment not present" Ter