Hi just want to ask if it's possible that in PSCustomObject, I'll be having a duplicate array? Because I have to put a "|" but if did it twice, it won't accept unless I put a "space" on another "|" which is "| ".
$customtable += [PSCustomObject]@{'A'=$a; '|'=$lt1;'B'=$b;'| '=$lt2}
Also, is it possible that the presentation of data is like in Excel? No spaces, just one column header name then the rest would be just the value as I append the output. Currently I have this one:
http://i59.tinypic.com/f1fwo3.jpg
What I want is it will display like this one:
http://i59.tinypic.com/2959sab.jpg
No space. It will continuously log like a real-time even though it was deleted from different time.