Trial Design

Command: log10
Summary This command returns the base 10 logarithm of the parameter. Attributes none Parameters one number command Example <script scriptId=...
Tue, Nov 8, 2022 at 1:14 PM
Command: lower
Summary This command returns the provided string in all lower case. Attributes none Parameters one string command Example <script scriptId=&...
Tue, Nov 8, 2022 at 1:14 PM
Command: lt
Summary This command returns true if the first parameter is less than the second parameter. Attributes merge (optional) default (optional) Parameter...
Tue, Nov 8, 2022 at 1:15 PM
Command: lte
Summary This command returns true if the first parameter is less than or equal to the second parameter. Attributes merge (optional) default (optional)...
Tue, Nov 8, 2022 at 1:15 PM
Command: ltrim
Summary This command returns the provided string with the whitespace removed from the left side of the string. Attributes none Parameters one strin...
Tue, Nov 8, 2022 at 1:15 PM
Command: max
Summary This command returns the largest value from all the values provided. The Max Command accounts for only set values. For example, if you have a set w...
Tue, Nov 8, 2022 at 1:16 PM
Command: min
Summary This command returns the smallest value from all the values provided. Attributes none Parameters two or more number commands Example &l...
Tue, Nov 8, 2022 at 1:16 PM
Command: mod
Summary This command returns the modulus of the parameter. Attributes none Parameters two or more number commands Example <script scriptId=&...
Tue, Nov 8, 2022 at 1:17 PM
Command: multiply
Summary This command returns the product of the parameters. Attributes none Parameters two or more number commands Example <script scriptId=...
Tue, Nov 8, 2022 at 1:17 PM
Command: nand
Summary This command performs a logical NAND on all parameters. It will only return false if all parameters are true. Attributes none Parameters tw...
Tue, Nov 8, 2022 at 1:18 PM