Dear UiPath community,
I just don’t know how to make my bot always read the substring (with approximately 16,500 characters in this case) until the end, using the command:
substr.ToString.Substring(37960, 16000)
If the character limit is set above the actual characters in this substring, I end up with an error and thus the bot cannot automate other tasks.
Does anyone know what should be used instead of 16000 (is this case) to let the bot read the substring always until the end?
Thank you very much in advance for any help with this.
