Jump to content

Recommended Posts

Posted

ok lets say there is a string such as:

(random name) sharing (random number) files, has joined

how do i select from sharing to joined and delete that key.. so i can use only the (random name).. or how can i just put the random name into a variable ?

thanks much!

Posted

try this:

$var = "(random name) sharing (random number) files, has joined"
$name = StringLeft($var, StringInStr($var, " sharing")-1)
MsgBox(0, '', $name)

Greetings,

ZeD

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...