computergroove Posted May 23, 2008 Posted May 23, 2008 $Avi_File = StringSplit($fh_in, ';', 1) If $fh_in is 12345;avi1.avi then what will be the output of this line of code? I am interested in making $Avi_File = "avi1.avi". Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html
Developers Jos Posted May 23, 2008 Developers Posted May 23, 2008 Why ask and not try it yourself ? An array will be created with 3 values. the 3rd value will be the filename. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now