CAS 6


Scripting NumericList.Add accepts DateStamp object instance

NumericList.Add method accepts the following as inputs:

Example

LIST ← NumericList.New ''
LIST.Add 123
LIST.Add (Numeric.New 50.123)
LIST.Add (Boolean.New 1)
LIST.Add (DateStamp.New 20211225)
LIST.Add (CharString.New '234').ToNumeric''
LIST.Show''