I think just using a single "/" should work.
I tried:
Position ( "test/five" ; "/" ; 1 ; 1 )
an got a result of 5.
John
Mac OS X.6 FileMaker 10.0v3
On Oct 22, 2009, at 10:28 AM, Emma Glaisher wrote:
I am manipulating fields which contain data like
8.5"/21cm
17x25x21" h/44x64x54cm h
I need to find the position of the backslash character (because
otherwise there isn’t much consistency). The calculation that seems
logical to me:
Position(Dimensions;"//";1;1)
but it returns 0. I’ve been tearing my hair out trying every
combination of // and /\ and \/ and //// and \\\\ ! Nothing works.
Surely this can be done?
Thanks
Emma