How to use the string operation command in automation anywhere?
Answer Posted / Sandeep Bisht
In Automation Anywhere, you can perform various string operations using built-in commands such as Substring, Concatenate, and Replace. For example, to concatenate two strings, use the following command: nn```javascriptnresult = str1 + str2;n```
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers