Newbies coucou Posted December 27, 2008 Newbies Posted December 27, 2008 What is this character, how is it used and what keystroke do you use to create it? "»"
Lee Smith Posted December 27, 2008 Posted December 27, 2008 Hi coucou, and Welcome to the Forum. Where are you seeing it. I think that it is just the the Shift Key and period Key typed twice, >>. a single one > is known as the right arrow, and is used in FileMaker to represent Greater Than as an operator. Lee
Newbies coucou Posted December 27, 2008 Author Newbies Posted December 27, 2008 Thanks for the comment--- If you have a copy of Filemaker Pro 9 Bible, see page 278. A way to store finds: [color:blue]If(not IsEmpty($Criteria); $Criteria & ¶) & Get(RecordNumber) & "»" & Get(RequestOmitState) & "»" & Get(ActiveFieldName) & "»" & Get(ActiveFieldContents)
comment Posted December 27, 2008 Posted December 27, 2008 It's just an arbitrary character chosen to separate between the four elements of a row. The assumption here is that this character will not appear in the actual contents of any one of these elements (or at least not in the first three). You can use any other character for which this assumption will hold true.
Recommended Posts
This topic is 5810 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