Description
Performs a loop which takes two parameters one being an action and the other being a condition which must evulate to true or false. If true the loop will exit
Signature
LoopUntilTrue('action', 'exitcondition')
Example
Use the search function to see examples.
Parameters
Name | Type | Description | Required |
---|---|---|---|
action | xxxx | xxxx | xxxx |
exitcondition | xxxx | xxxx | xxxx |