Search Results
6 functions found:
1. | EvaluateRecursively ( expression ) |
Average rating: 0.0 | |
Marcus Nilsson, Square Moon | |
Evaluates expression recursively as a calculation. | |
2. | ExcelExportCleaner ( text ) |
Average rating: 0.0 | |
Marcus Nilsson, Square Moon | |
Returns the specified text in a format that is safe to export. | |
3. | GetAsDouble ( text ) |
Average rating: 0.0 | |
Marcus Nilsson, Square Moon | |
Return text as a double precision floating-point number with 16 digits to the right of the decimal point. Useful when comparing field values to variables, because Decimals are stored with higher precision in fields than in variables. | |
4. | GetAsTemplateLiteral ( fieldName ) |
Average rating: 0.0 | |
Marcus Nilsson, Square Moon | |
Return the field - whose name contains reserved characters and/or symbols - as a template literal which can be used to retrieve the field value. | |
5. | LogFieldModifications ( fieldNameLog ; fieldNameList ) |
Average rating: 0.0 | |
Marcus Nilsson, Square Moon | |
LogFieldModifications ( fieldNameLog ; fieldNameList ) | |
6. | NbrOfWeeksInYear ( specifiedYear ) |
Average rating: 0.0 | |
Marcus Nilsson, Square Moon | |
Calculate the total number of weeks in the specified year. | |