Quote()

 <  Day Day Up  >  

Quote()

Category: Logical

Syntax: Quote ( text )

Parameters: text ”any expression that resolves to a text string.

Description: The Quote() function returns the specified text string enclosed in quotation marks. To escape any special characters within the text string, such as quotation marks and double backslashes, place a backslash before them in the text string.

Examples:

If the FullName field contains the name Billy "Joe" Smith, then Quote (FullName) would return "Billy \"Joe\" Smith" . The absence and presence of quotation marks here is deliberate ; the quotation marks are part of the returned string.

Comments:

The Quote() function is used primarily in conjunction with the Evaluate() function, which can evaluate a dynamically generated formula. If the formula you are assembling contains a literal text string enclosed by quotation marks, or if it includes field contents that may potentially have quotation marks in it, then use the Quote() function to ensure that all internal quotation marks are escaped properly.

 <  Day Day Up  >  


QUE CORPORATION - Using Filemaker pro X
QUE CORPORATION - Using Filemaker pro X
ISBN: N/A
EAN: N/A
Year: 2003
Pages: 494

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net