$Sir Date Err: Difference between revisions
(Created page with "{{DISPLAYTITLE:$Sir_Date_Err}} <span class="pageSubtitle">Set and query default error handling at request level</span> <p class="warn"><b>Note:</b> This $function require the...") |
mNo edit summary |
||
Line 43: | Line 43: | ||
<p class="note"><b>Note:</b> <var>$Sir_Date_Err</var> only sets the <b><i>default</i></b> datetime argument error handling. | <p class="note"><b>Note:</b> <var>$Sir_Date_Err</var> only sets the <b><i>default</i></b> datetime argument error handling. | ||
It will affect the standard SOUL date $functions, | It will affect the standard SOUL date $functions, but it will only affect the Sirius date $functions if they are coded without an error control argument.</p> | ||
date $functions | |||
[[Category:$Functions|$Sir_Date_Err]] | [[Category:$Functions|$Sir_Date_Err]] | ||
[[Category:Sir2000 User Language Tools $functions]] | [[Category:Sir2000 User Language Tools $functions]] |
Revision as of 16:17, 24 September 2015
Set and query default error handling at request level
Note: This $function require the Sir2000 User Language Tools product.
The $Sir_Date_Err function may be used to set or query the default request-level datetime error handling.
For more information on datetime error control, refer to Error handling control with DATE_ERR, and see the APPDATE command.
Syntax
%oldvalue = $Sir_Date_Err(newvalue)
Where:
%oldvalue | Set to the most recent valid non-null setting of $Sir_Date_Err. | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
newvalue | An optional error control string, which must contain one of the following values:
|
The request-level datetime error handling defaults set by a $Sir_Date_Err invocation persist until the end of the SOUL request, at which time its setting is reset to OFF.
Note: $Sir_Date_Err only sets the default datetime argument error handling. It will affect the standard SOUL date $functions, but it will only affect the Sirius date $functions if they are coded without an error control argument.