Jump to content

Recommended Posts

Posted (edited)

I know how 2 split a string with delimiters, but I just can't understand the purpose of the flag (parameter)!

What does the following stuffs means?

If flag is 0 (the default), then each character in the string will mark where to split the string. If flag is 1, then the entire delimiter string is needed to mark the split.

In the helpfile, there's a example:

$days = StringSplit("Sun,Mon,Tue,Wed,Thu,Fri,Sat", ",")

They seems no difference :D

Can u guys give me a example that shows the difference (if they do have)? :">

Edited by AutoDoIt

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