EDN Admin
Well-known member
<pre>Dim devices = (From el In vd.Elements
Where (el.Value = "1" and not el = <virtualdeviceindex/>)
Select el)[/code]
this doesnt work i want all xelements in vd except the <virtualdeviceindex>1</virtualdeviceindex> , the other xelements has the name <device1>,device2> etc<br/>
<
nattelip<br/>
View the full article
Where (el.Value = "1" and not el = <virtualdeviceindex/>)
Select el)[/code]
this doesnt work i want all xelements in vd except the <virtualdeviceindex>1</virtualdeviceindex> , the other xelements has the name <device1>,device2> etc<br/>
<
nattelip<br/>
View the full article