Page 2 of 2

Posted: Mon Mar 02, 2009 12:50 pm
by akj
@Hroudtwolf:

I suggest that the lengthy CreateRegularExpression() line be replaced by

Code: Select all

*RegEx = CreateRegularExpression ( #PB_Any , "[^|]+" )
to produce the same result.