mqscript_abs
Calculate the absolute value of a number in mobile automation scripts, ensuring positive results for mathematical operations and conditional logic.
Instructions
Get absolute value of a number
Input Schema
Name | Required | Description | Default |
---|---|---|---|
number | Yes | Number to get absolute value of | |
resultVariable | No | Variable name to store result | result |