Re: Possible to build a Excel-like Table
Posted: Wed Apr 05, 2017 10:47 am
Hi Hans-Helmut,
I just wanted to point this out in case someone did not understand the context and your approach.
Best
Klaus
sure, so this was just a "suboptimal" exampleHans-Helmut wrote:Klaus wrote:put field "A1" + "A2" into fld "B1". Yes, of course, I know.
But you have to build such and other functions dynamically using a script, and not type it. So, you would end up with something like 'put "put field A1 + field A2" into tExecute' and then do "tExecute". Or am I missing something? Of course, if you would know that this is the only command then it would be easy since you could refer to the field names passing them as parameters. To allow for any possible variant would mean preparing all possible variants as functions referencing field names which are passed together with a function assignment parameter.Code: Select all
put field "A1" + field "A2" into field "B3"?
I just wanted to point this out in case someone did not understand the context and your approach.
Best
Klaus