Jump to content

any way to 'split' a variable?


Recommended Posts

StringLeft and StringRight might do for your simple example.

More complex string management will require more complex solutions.

$result = StringLeft("bc12", 2)
MsgBox(0, "Leftmost 2 characters are:", $result)

[size="1"][font="Arial"].[u].[/u][/font][/size]

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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