The Is A is alphabetically after B block is used to check the order.
Example A:
Input value 'A' and input value 'B' return false because the text 'A' is not alphabetically after text 'B'.
Example B:
Input value 'B' and input value 'A' return true because the text 'B' is alphabetically after text 'A'.
Result:
True if text A is alphabetically after text B, otherwise false.
Tips and best practices:
The block can be used to evaluate or perform alphabetical sorting.Library:
Text