mhari Posted April 26, 2007 Posted April 26, 2007 Whether it is possible to reverse the text in filemaker calculation field. If any one kindly post us the same. Thanks in advance. Hari
Ender Posted April 26, 2007 Posted April 26, 2007 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 ) ) )
mhari Posted April 27, 2007 Author Posted April 27, 2007 Great! thanks for the same.It is working like a charm. Many Thanks.
Recommended Posts
This topic is 6481 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now