Hi. I got problems with this:
my gui is drag and drop. So I drag a file into a box, and then I want to stringsplit it, so the file is in ex: c:\data\picture.jpg
then I want to get only the name : picture.jpg, but with my above code i'm getting errors (it's only a little part of my code)
[ autoit ]
my gui is drag and drop. So I drag a file into a box, and then I want to stringsplit it, so the file is in ex: c:\data\picture.jpg
then I want to get only the name : picture.jpg, but with my above code i'm getting errors (it's only a little part of my code)