Einzelnen Beitrag anzeigen

Benutzerbild von Remko
Remko

Registriert seit: 10. Okt 2006
Ort: 's-Hertogenbosch, Die Niederlande
222 Beiträge
 
RAD-Studio 2010 Arc
 
#4

Re: powershell cmdlet (delphi.net)

  Alt 1. Mär 2008, 09:05
I ran into some more questions:
What does this do (is it some kind of try..finally construction?) and how to convert it?
Code:
using (pipeLine)
On this line:
Code:
 if (pipeLine.Error != null && pipeLine.Error.Count > 0)
I get an error on pl.Error.Count (again Syntax Highlighting shows the count property but Ide marks it as undeclared identifier).
  Mit Zitat antworten Zitat