Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

stringsplit

$
0
0
Hi. I got problems with this:

[ autoit ]      
$test = GUICtrlRead($drag1) Local $days = StringSplit($test, "/") MsgBox(4096, "", $days[5])


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)

Viewing all articles
Browse latest Browse all 12506

Trending Articles