|
|
|
|
|
Revar
|
Redeclare an array of variables.
|
○
|
○
|
×
|
GetQuality
|
Gets the quality flag of the value. ("GOOD" or "BAD" or "UNCERTAIN")
|
○
|
○
|
○
|
IsQualityGood
|
Checks if the value's quality flag is GOOD.
|
○
|
○
|
○
|
IsQualityBad
|
Checks if the quality flag of a value is BAD.
|
○
|
○
|
○
|
IsQualityUncertain
|
Checks if the quality flag of a value is UNCERTAIN.
|
○
|
○
|
○
|
GetValueDimension
|
Find the number of dimensions of a value.
|
○
|
○
|
○
|
GetValueElement
|
Find the number of elements for each dimension of the value.
|
○
|
○
|
○
|
GetValueTotalElement
|
Calculate the total number of elements in a value.
|
○
|
○
|
○
|
GetValueType
|
Determine the data type of a value.
|
○
|
○
|
○
|
IsBool
|
Checks if a value is a Boolean type.
|
○
|
○
|
○
|
IsNum
|
Checks whether a value is a numeric type.
|
○
|
○
|
○
|
IsStr
|
Checks whether a value is of type character.
|
○
|
○
|
○
|
IsTime
|
Checks if a value is a time type.
|
○
|
○
|
○
|
IsObj
|
Checks whether a value is of type object.
|
○
|
○
|
○
|
IsNullObj
|
Check whether the object is in a null state (NULL).
|
○
|
○
|
○
|
IsValid
|
Check whether the value is valid (not #NOTHING# or #N/A#).
|
○
|
○
|
○
|
IsValidStr
|
Check whether the value is a valid character (not #NOTHING# or #N/A#, and not the empty string).
|
○
|
○
|
○
|
CBool
|
Converts a value to a Boolean type.
|
○
|
○
|
○
|
CNum
|
Converts a value to a numeric type.
|
○
|
○
|
○
|
CStr
|
Converts a value to a string.
|
○
|
○
|
○
|
CBit
|
Extracts bits from the given number.
|
○
|
○
|
○
|
CTime
|
Converts a value to a time type.
|
○
|
○
|
○
|
CScript
|
Converts a value into a string representation for use in scripts.
|
○
|
○
|
○
|
CScriptTo
|
Converts a string representation of a value used in a script to a value.
|
○
|
○
|
○
|
CNumToLocale (NL)
|
Converts a number to a locale-aware numeric string.
|
○
|
○
|
○
|
CLocaleToNum (LN)
|
Converts a locale-aware numeric string to a number.
|
○
|
○
|
○
|
CTimeToLocale (TL)
|
Converts a time type to a locale-appropriate date and time string.
|
○
|
○
|
○
|
CLocaleToTime (LT)
|
Converts a locale-appropriate date and time string to a time type.
|
○
|
○
|
○
|
DST
|
Determine whether it is daylight saving time (Day, Light, Saving) from the date and time.
|
○
|
○
|
○
|
CNumStr (NS)
|
Creates a numeric string specified by the format (old method).
|
○
|
○
|
○
|
CTimeStr (TS)
|
Converts a value to a time string (old method).
|
○
|
○
|
○
|
CTimeSpanStr
|
Converts a value to a time duration string.
|
○
|
○
|
○
|
CDurationStr
|
Converts a value to a duration format string.
|
○
|
○
|
○
|
CNumToHex
|
Converts a value to a hexadecimal string.
|
○
|
○
|
○
|
CNumToOct
|
Converts a value to an octal string.
|
○
|
○
|
○
|
CNumToBin
|
Converts a value to a binary string.
|
○
|
○
|
○
|
CNumToExp
|
Converts a value to a string in exponential notation (e.g. 1.23e+001).
|
○
|
○
|
○
|
CHexToNum
|
Converts a hexadecimal string to a value.
|
○
|
○
|
○
|
COctToNum
|
Converts an octal string to a value.
|
○
|
○
|
○
|
CBinToNum
|
Converts a binary string to a value.
|
○
|
○
|
○
|
CNumToComma
|
The number is converted to numeric characters separated by commas (,) every three digits.
|
○
|
○
|
○
|
CCommaToNum
|
Converts numeric characters separated by commas (,) into numbers every three digits.
|
○
|
○
|
○
|
CLinearToPf
|
Convert the original value into a power factor value.
|
○
|
○
|
○
|
CPfToLinear
|
Convert the power factor value back to its original value.
|
○
|
○
|
○
|
CTable
|
Converts a one-dimensional array to a two-dimensional array.
|
○
|
○
|
×
|
CValidTable
|
Converts a one-dimensional array to a two-dimensional array.
|
○
|
○
|
×
|
SelectVal (SV)
|
Select a value according to a condition.
|
○
|
○
|
○
|
GetRemainder
|
Find the remainder of value1 / value2.
|
○
|
○
|
○
|
Nums
|
Creates an array of consecutive numbers.
|
○
|
○
|
×
|
RepeatValue
|
Create an array with the same values.
|
○
|
○
|
×
|
SortValue
|
Sorts values in ascending or descending order.
|
○
|
○
|
×
|
SortTable
|
Sorts table information in ascending or descending order.
|
○
|
○
|
×
|
GetUniqueValue
|
Remove duplicate values from an array and sort it in ascending or descending order.
|
○
|
○
|
×
|
IsExist
|
Determines whether a value exists in a comparison list (array).
|
○
|
○
|
○
|
AddTableRow
|
Adds a row to a table array variable.
|
○
|
○
|
×
|
InsertTableRow
|
Inserts a row into a table array variable.
|
○
|
○
|
×
|
DelTableRow
|
Deletes a row from a table array variable.
|
○
|
○
|
×
|
ExchangeTableColRow
|
Swaps rows and columns of a table array variable.
|
○
|
○
|
×
|
MergeValue
|
Combines the elements of a value into a one-dimensional array.
|
○
|
○
|
○
|
EncryptStr
|
Encrypt a string.
|
○
|
○
|
×
|
DecryptStr
|
Reverts the encrypted string.
|
○
|
○
|
×
|