05-21-2014, 11:09 PM
use regular expression Flight Confirmation.* in the object repository. Then use getROProperty("<<property holding this value>>"). The output of this is the entire string "Flight Confirmation # Dynamic number" .Now from this string, extract the number you want.Hint : Use mid function.