Vex Posted October 18, 2015 Share Posted October 18, 2015 i'm talking about this https://en.wikipedia.org/wiki/Control_charactercan i use it as delimeter? this code dont work:$file = FileOpen( "D:\test.txt") $string = FileReadLine( $file ) MsgBox(0,"",$string) $out = StringSplit( $string, 0x03, 1 ) For $i = 1 To $out[0] MsgBox(0,"",$out[$i]) Nextfor this file http://i.imgur.com/gYUPzkD.png Link to comment Share on other sites More sharing options...
jguinch Posted October 18, 2015 Share Posted October 18, 2015 Use Chr(3) instead of 0x03 Vex 1 Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF Link to comment Share on other sites More sharing options...
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