Allows you to break lines between words in order to fit them within specified margins.
Example
Running this code will wrap the following string to 10 words per line:
- You are using an outdated browser! The web has come a long way and websites have changed in the last few years. If you are not using the latest version of UBot, you are missing out. We have added over 85 commands and features to UBot in the last year. UBot Stealth includes a brand new bleeding edge browser framework to take on these changes. Plus, Pro Stealth users get headless browsing, full header control, and the most amazing threading system ever built, Thread Spawn. Control every aspect of web automation and get the most out of UBot Studio, with new features, Bot Bank access, and incredible support assistance. Get the newest version quickly and six months or a year of updates with this link below.
This is shown in the alert box.
alert($plugin function("Data and Files Automation.dll", "$word wrap", "You are using an outdated browser! The web has come a long way and websites have changed in the last few years. If you are not using the latest version of UBot, you are missing out. We have added over 85 commands and features to UBot in the last year. UBot Stealth includes a brand new bleeding edge browser framework to take on these changes. Plus, Pro Stealth users get headless browsing, full header control, and the most amazing threading system ever built, Thread Spawn. Control every aspect of web automation and get the most out of UBot Studio, with new features, Bot Bank access, and incredible support assistance. Get the newest version quickly and six months or a year of updates with this link below.
", 10, "Word"))