SPANSIZE parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
 
(Automatically generated page update)
Line 1: Line 1:
{{Template:SPANSIZE parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 16: Line 17:
default value for the range in number of years that two-digit years are allowed to
default value for the range in number of years that two-digit years are allowed to
encompass. By limiting the valid range of two digit years, protection is provided against
encompass. By limiting the valid range of two digit years, protection is provided against
misinterpretation of ambiguous two-digit dates such as, for example, ‘10’ being
misinterpretation of ambiguous two-digit dates such as, for example, &#x2018;10&#x2019; being
misinterpreted as 1910, when in fact, it means 2010.
misinterpreted as 1910, when in fact, it means 2010.



Revision as of 16:44, 27 August 2013

SPANSIZE for date $functions

Summary

Default value
90
Parameter type
System
Where set
User 0 CCAIN parameters
Related products
All
Introduced
Before Sirius Mods 6.7

Description

This is a numeric parameter that must have a value between 10 and 100. It sets the default value for the range in number of years that two-digit years are allowed to encompass. By limiting the valid range of two digit years, protection is provided against misinterpretation of ambiguous two-digit dates such as, for example, ‘10’ being misinterpreted as 1910, when in fact, it means 2010.

This setting affects many $functions, and it can be overridden by many of these same $functions. For more information about how SCANSIZE is used, see the Sir2000 User Language Tools Reference Manual or the Sir2000 Field Migration Facility Reference Manual.