Jump to content
UBot Underground

How To Divide Phone Number


Recommended Posts

try

add list to list(%number,$list from text("999 666 333"," "),"Delete","Global")
alert(%number)
comment("Process Other")

other 1

alert($plugin function("Advanced Data Text File.dll", "$split", "999 666 333", " ", "Remove Empty Entries", "True"))

 

other 2

divider
comment("My plugin")
set(#a,"number1
number2
number3","Global")
set(#b,$plugin function("Advanced Data Text File.dll", "$split", "999 666 333", " ", "Remove Empty Entries", "True"),"Global")
alert($plugin function("Advanced Data Text File.dll", "$string merge", "#a,#b", "Col", " "))
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...