Jump to content

Recommended Posts

Posted

need the autoit recognize a string to separate into two.

Example:

$Example1 = "ABCD DCBA"

I need to separate the space. To:

$1 = ABCD

$2 = DCBA

the problem is that the number of characters varies:

$Example2 = "ABCDE EDCBA"

I need:

$1 = ABCDE

$2 = EDCBA

$Example3 = "ABCDEF FEDCBA"

I need:

$1 = ABCDEF

$2 = FEDCBA

Thank for the suport

Posted

Please have a look at function StringSplit in the help file.

My UDFs and Tutorials:

  Reveal hidden contents

 

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...