Posted: Thu Dec 21, 2006 1:37 pm
Nothing out of the box but you can use the LEFT() function.
Code: Select all
if LEFT(in.Link, 1) = " " then 'Space present' else 'No space'