$list append prefix/suffix

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


Example

Running this code will create a different prefix and suffix for “%list2” from the "%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 your
  • Suffix: 666+

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")
add list to list(%list2,$plugin function("Data and Files Automation.dll", "$list append prefix/suffix", %list, "Hi your ", " 666+"),"Delete","Global")

Was this helpful?

Previous Article

$is starts with

Next Article

$list calculator