Yes, but only from left point of view, what if I need the right most 6 characters? example to extract a date from a log file, in the current expression editor I need to do the following: var Filename = "Daily MaintenancePlan_Subplan_1_20100429022905.txt"
Substr(FileName,(Length(FileName)-18),15) short version: left(Right(FileName,18),15) in my opinion, it would give more flexibility