Jump to content

Recommended Posts

Posted

This my script:

#include <Array.au3>

$LastName = "Smith-Gates"

$String_MN = StringSplit($LastName, "-")

If $String_MN > 1 Then
    $LastName = ($String_MN[1])
    $MaidenName = ($String_MN[2]) 
EndIf

It doesn't work with the IF statement. Without the IF statement it works fine

Posted

...First time Array user ...

I stayed away from them for quite a while...

From the help file under StringSplit:

Returns an array, the first element ($array[0]) contains the number of strings returned......

have fun

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

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