April 26, 200718 yr Whether it is possible to reverse the text in filemaker calculation field. If any one kindly post us the same. Thanks in advance. Hari
April 26, 200718 yr There's no built-in function for this, but you can define a custom function, like this: Reverse ( Alpha ) = // Reverse(Alpha) // by JT Hughes aka -Queue- Case ( Length ( Alpha ) ; Right ( Alpha ; 1 ) & Reverse ( Left ( Alpha ; Length ( Alpha ) - 1 ) ) )
Create an account or sign in to comment