[AutoIt]Another function to read XML elements 11-30-2011, 07:12 AM
#1
include:
Function:
Coded by me
The other one is a bit buggy because i didn't make it so i thought i make my own
Code:
#include <String.au3>Function:
Code:
Func CompReadXML($Path, $Value)
;By 1234hotma0ster
Local $aRet = _StringBetween(FileRead($Path), '<' & $Value & '>', '</' & $Value & '>')
If IsArray($aRet) Then
Return $aRet
Else
Return SetError(-1)
EndIf
EndFunc ;==>CompReadXMLCoded by me

The other one is a bit buggy because i didn't make it so i thought i make my own
(This post was last modified: 11-30-2011, 07:13 AM by Skullmeat.)
Pierce the life fibers with your drill.




![[+]](https://sinister.li/images/modern/collapse_collapsed.png)