apbonn Posted February 10, 2020 Author Posted February 10, 2020 (edited) Hi , now i got a smilar problem, and i have no clue whats wrong with it $root = @ScriptDir & "\TMP\effect" $FileList = _FileListToArray($root,"*.xml") For $x = 1 to $FileList[0] $aktuelleXML = FileOpen($root & '\' & $FileList[$x]) $offeneXML = FileRead($aktuelleXML) $groupID = StringRegExp($offeneXML,'<group_id value="([^"]*)',3) FileClose($aktuelleXML) Next Exit i get the content of the xml when i output the the content of "offeneXML" but i get an error Unable to parse line Concering this line $groupID = StringRegExp($offeneXML,'<group_id value="([^"]*)',3) any idea ? Edited February 10, 2020 by apbonn
Nine Posted February 10, 2020 Posted February 10, 2020 this means that a bad hidden character is on that line, remove the whole line, and rewrite it manually. “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
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