[p4] Programming with PowerShell
Avi Levin
avi at zfirmllc.com
Tue Aug 5 14:38:14 PDT 2008
Thanks a lot! P4.NET is fantastic.
I'm trying to make a collection of objects with the description of
"Product A". When I run
$r = $p4.Run("changes", "-L", "-s", "pending") , I get a P4Record Set.
Can I convert that straight into an object where the fields are
properties for the object, like
change desc
12345 Product A
12346 Product B
Which I could run | while on more easily?
Thanks,
Avi Levin
More information about the perforce-user
mailing list