Scripts
Scripts copied to clipboard
Question: Console.ReadLine() in TE?
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!!
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?