list append prefix/suffix

Allows you to append a prefix/suffix to a list.


Example

Running this code will create the following prefix and suffix for "%list" with the text "We've done everything we can to make UBot Studio as easy to learn as possible. Now it's up to you. Make an investment into yourself. Start small with a few hours of training and watch as your potential unfolds":

  • Prefix: Hi
  • Suffix: 555+

After running the code, this will be seen in the UBot Studio Debugger.

add list to list(%list,$list from text("We\'ve done everything we can to make UBot Studio as easy to learn as possible. Now it\'s up to you. Make an investment into yourself. Start small with a few hours of training and watch as your potential unfolds"," "),"Delete","Global")
plugin command("Data and Files Automation.dll", "list append prefix/suffix", %list, "Hi ", " 555+")

Was this helpful?

Previous Article

keyword density

Next Article

list find duplicate