Difference between revisions of "STRFTIME()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
| Line 1: | Line 1: | ||
{{YLM to do}} | {{YLM to do}} | ||
| + | |||
| + | ==Purpose== | ||
| + | |||
| + | |||
| + | |||
| + | ==Syntax== | ||
| + | STRFTIME(<expC1> [, <expC2> ]) | ||
| + | |||
| + | |||
| + | ==See Also== | ||
| + | |||
| + | |||
| + | |||
| + | ==Description== | ||
| + | |||
| + | |||
| + | |||
| + | {| class="wikitable" | ||
| + | !Bit||Value (additive)||Description | ||
| + | |- | ||
| + | |0||1||Removes leading and trailing spaces from lines, or for memos and BLOBs, removes trailing zeroes (0) instead of spaces. This is the default. | ||
| + | |- | ||
| + | |1||2||Include the last element in the array even if the element is empty. | ||
| + | |- | ||
| + | |2||4||Do not include empty elements in the array. | ||
| + | |- | ||
| + | |3||8||Case-insensitive parsing. | ||
| + | |- | ||
| + | |4||16||Include the parsing characters. | ||
| + | |} | ||
| + | |||
| + | |||
| + | |||
| + | ==Example== | ||
| + | <code lang="recital"> | ||
| + | |||
| + | </code> | ||
| + | |||
| + | |||
| + | ==Products== | ||
| + | Recital, Recital Server | ||
| + | [[Category:Documentation]] | ||
| + | [[Category:Functions]] | ||
| + | [[Category:Array Processing]] | ||
| + | [[Category:Array Processing Functions]] | ||
Revision as of 16:48, 27 November 2009
Purpose
Syntax
STRFTIME(<expC1> [, <expC2> ])
See Also
Description
| Bit | Value (additive) | Description |
|---|---|---|
| 0 | 1 | Removes leading and trailing spaces from lines, or for memos and BLOBs, removes trailing zeroes (0) instead of spaces. This is the default. |
| 1 | 2 | Include the last element in the array even if the element is empty. |
| 2 | 4 | Do not include empty elements in the array. |
| 3 | 8 | Case-insensitive parsing. |
| 4 | 16 | Include the parsing characters. |
Example
Products
Recital, Recital Server