stdlib
Reactive icon

StdLib

Stable version 0.1.6 (Compatible with OutSystems 11)
Uploaded
 on 12 Jan
 by 
0.0
 (0 ratings)
stdlib

StdLib

Details
This library provides standard functions and actions.
Read more

Currency:

  • Currency_IfBlank


DataConversion:

  • ConvertBase64ToBinary


Date:

  • Date_DateDiffBusinessDays
  • Date_DateDiffWeekendsDays
  • Date_DaysInMonth
  • Date_EndOfMonth
  • Date_IfBlank
  • Date_IsBetween
  • Date_Max
  • Date_Min
  • Month_DateDiff
  • Month_End
  • Month_Start
  • Quarter_DateDiff
  • Quarter_End
  • Quarter_Start
  • Week_DateDiff
  • Week_GetFirstDayOfTheWeekByDate
  • Week_GetFirstDayOfWeekByWeekNumber
  • Week_GetLastDayOfTheWeekByDate
  • Week_GetLastDayOfWeekByWeekNumber
  • Week_GetWeekDayByDate
  • Week_GetWeekNumberByDate
  • Year_DateDiff
  • Year_End
  • Year_Start


DateList:

  • DateList_Max
  • DateList_Min


DateTime:

  • DateTime_Ceiling
  • DateTime_ConvertUnixToDateTime
  • DateTime_DiffMilliseconds
  • DateTime_Floor
  • DateTime_GetCurrDateTimeWithMilliseconds
  • DateTime_GetUnix
  • DateTime_GetUTC
  • DateTime_IfBlank
  • DateTime_IsBetween
  • DateTime_Max
  • DateTime_Min


DateTimeList:

  • DateTimeList_Max
  • DateTimeList_Min


Decimal:

  • Decimal_IfBlank
  • Decimal_IsBetween


DecimalList:

  • DecimalList_Avg
  • DecimalList_Max
  • DecimalList_Min
  • DecimalList_Sum


FormatDefault:

  • FormatDefault_GetAll
  • FormatDefault_GetCurrency
  • FormatDefault_GetDatetime
  • FormatDefault_SetCurrency
  • FormatDefault_SetDatetime


Defaults_Locale:

  • FormatDefault_JaJP


IntegerList:

  • IntegerList_Avg
  • IntegerList_Max
  • IntegerList_Min
  • IntegerList_New
  • IntegerList_Sum


JSON:

  • JSON_Pretty


LongInteger:

  • LongInteger_IfBlank
  • LongInteger_IsBetween
  • LongInteger_IsOdd


LongIntegerList:

  • LongIntegerList_Avg
  • LongIntegerList_Max
  • LongIntegerList_Min
  • LongIntegerList_New
  • LongIntegerList_Sum


Navigate:

  • OpenInNewTab


Text:

  • Regex_Replace
  • Regex_Search
  • ReplaceChars
  • String_Join
  • String_Split
  • Text_IfBlank
  • Text_PadEnd
  • Text_PadStart
  • Text_StartsWith


Time:

  • Time_IfBlank


Util_Clipboard:

  • Clipboard_Copy


Util_Inputbox:

  • Input_MaxLength


Environment:

  • IsDevelopment

Assert:


  • AssertBoolean
  • AssertBooleanAll
  • AssertBooleanAny
  • AssertEqual
  • AssertEqualAll
  • AssertEqualAny
  • AssertEqualDateTime
  • AssertEqualDateTimeAll
  • AssertEqualDateTimeAny
  • AssertFalse
  • AssertFalseAll
  • AssertFalseAny
  • AssertNotEqual
  • AssertNotEqualAll
  • AssertNotEqualAny
  • AssertTrue
  • AssertTrueAll
  • AssertTrueAny
Release notes (0.1.6)

1. We have added actions to manipulate sets. The following functionalities are provided: 

  • Union: Obtain a list that is the union of two lists 
  • Intersection: Obtain a list that is the intersection of two lists 
  • Difference: Obtain a list that is the difference between two lists 
  • SymmetricDifference: Obtain a list that is the symmetric difference of two lists 
  • IsEqual: Verify if two lists are identical sets 
  • IsSubset: Verify if the first list is a subset of the second list 
  • IsSuperset: Verify if the first list is a superset of the second list 


2. We have added several actions to manipulate lists within functions. These provide functionalities such as adding elements to a list or combining two lists.

3. Several minor adjustments and bug fixes have been added.

For a complete list of new actions added in this release, please refer to the following.

---

  • CurrencyList_Avg
  • CurrencyList_Max
  • CurrencyList_Min
  • CurrencyList_New
  • CurrencyList_Sum
  • CurrencyList_Append
  • CurrencyList_AppendAll
  • CurrencyList_Deserialize
  • CurrencyList_Serialize
  • CurrencyList_Union
  • CurrencyList_Intersection
  • CurrencyList_Difference
  • CurrencyList_SymmetricDifference
  • CurrencyList_IsEqual
  • CurrencyList_IsSubset
  • CurrencyList_IsSuperset
  • CurrencyList_Join
  • DateList_New
  • DateList_Append
  • DateList_AppendAll
  • DateList_Deserialize
  • DateList_Serialize
  • DateList_Union
  • DateList_Intersection
  • DateList_Difference
  • DateList_SymmetricDifference
  • DateList_IsEqual
  • DateList_IsSubset
  • DateList_IsSuperset
  • DateList_Join
  • DateTimeList_SymmetricDifference
  • DateTimeList_IsEqual
  • DateTimeList_IsSubset
  • DateTimeList_IsSuperset
  • DateTimeList_Join
  • DecimalList_New
  • DecimalList_Append
  • DecimalList_AppendAll
  • DecimalList_Deserialize
  • DecimalList_Serialize
  • DecimalList_Union
  • DecimalList_Intersection
  • DecimalList_Difference
  • DecimalList_SymmetricDifference
  • DecimalList_IsEqual
  • DecimalList_IsSubset
  • DecimalList_IsSuperset
  • DecimalList_Join
  • IntegerList_Append
  • IntegerList_AppendAll
  • IntegerList_Deserialize
  • IntegerList_Has
  • IntegerList_Serialize
  • IntegerList_Union
  • IntegerList_Intersection
  • IntegerList_Difference
  • IntegerList_SymmetricDifference
  • IntegerList_IsEqual
  • IntegerList_IsSubset
  • IntegerList_IsSuperset
  • IntegerList_Join
  • LongIntegerList_Append
  • LongIntegerList_AppendAll
  • LongIntegerList_Deserialize
  • LongIntegerList_Serialize
  • LongIntegerList_Union
  • LongIntegerList_Intersection
  • LongIntegerList_Difference
  • LongIntegerList_SymmetricDifference
  • LongIntegerList_IsEqual
  • LongIntegerList_IsSubset
  • LongIntegerList_IsSuperset
  • LongIntegerList_Join
  • TextList_AppendAll
  • TextList_Union
  • TextList_Intersection
  • TextList_Difference
  • TextList_SymmetricDifference
  • TextList_IsEqual
  • TextList_IsSubset
  • TextList_IsSuperset
  • TextList_New
  • TextList_Join


License (0.1.6)
Reviews (0)
Team
Other assets in this category