Jump to content

How Can you seperate.....


 Share

Recommended Posts

When Drag n Dropping files into and inputbox...how can you seperate the files( with the path) into Arrays... i tried to find out but i keep getting it all together

Ex.

$FileSave[] becomes C:\Path1\File1C:\Path2\File2C:\Path3\File3

I want...

$FileSave[1] = C:\Path1\File1, $FileSave[2] = C:\Path2\File2, $FileSave[2] = C:\Path3\File3

Looked in the help file ...but i only read something bout seperating it with "|" using GUICtrlRead

Edited by Komawoyo
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...