Scripts icon indicating copy to clipboard operation
Scripts copied to clipboard

Question: Console.ReadLine() in TE?

Open serg-razum-off opened this issue 4 years ago • 1 comments

Hi, many thanks for the TE, it is an amazing tool!!

I have a question on parameterizing scripts in TE. For example, I cannot get userinput in the script below:

`var theBody = "KPI Color Calculation";

Selected.Measures.Description = "SR [" + DateTime.Today.ToString("yyyy/MM/dd") + "]: " + theBody;`

When I'm using var theBody = Console.ReadLine(); script works, yet just skips the userinput stage. Probably, I'm missing something.

Thanks in advance for all the explanations!!

serg-razum-off avatar Sep 20 '21 07:09 serg-razum-off

Bump this thread... So far there is no console in tabular editor. So it will not work, however is there any way to create inputbox() in TE?

ArturNawrocki avatar Oct 27 '21 11:10 ArturNawrocki