saviourofdp

Results 7 comments of saviourofdp

This also happens with registered typelibs, eg for System.Object, trying to view the _Object interface ![image](https://user-images.githubusercontent.com/9444683/96858699-87071d00-1458-11eb-84cd-e44848c84ac0.png)

In the docs https://docs.tabulareditor.com/Advanced-Scripting.html#net-references > Tabular Editor version 2.8.6 makes it a lot easier to write complex scripts. Thanks to the new pre-processor, you can now use the using keyword...

Sorry I wasn't clear. I go directly to what I'm trying to do: basically I want to use [Scriban][1] in a Tabular Editor advanced script and I've tried ```cs #r...

I worked it out I think. You can specify a path to a dll in the `#r` statement and the script will compile successfully but when invoked, the dll must...

A simple example that I have come across is using the output of _Compare-Object_ ```ps Compare-Object -ReferenceObject 1 -DifferenceObject 1 -IncludeEqual ``` Expected output InputObject SideIndicator ----------- ------------- 1 ==...

Unless I'm doing something wrong, the `'` solution is not the same. If I create a workbook manually with a field "Test" with the value "'=" and create a second...

Sorry what I was trying to get across was that if you type `=` into Excel and let Excel correct it to `'=` when you read that using this PowerShell...