2009-02-11, 08:49 AM
zehd Wrote:I was able to iterate through the categories and compare to a string. I can then skip processing that record
Code:If p.Categories.Count > 0 Then
For i = 0 To p.Categories.Count - 1
If p.Categories.Item(i).Text = "Paid Programming" Then
If p.SecondaryTitle IsNot Nothing AndAlso p.SecondaryTitle.Count <> 0 Then
p.SecondaryTitle(0).Text = "Blah Blah"
End If
PaidAds = PaidAds + 1
'I want to skip querying this
GoTo GoAhead
End If
Next
End If
Do you think that if you caught this while deserialization it would be faster?
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]