I don't think the answer to your question is the best solution to your
problem, I'll first ask why you don't append the entries to an array
instead?
The answer to this question depends on whether you want to create function
scope variables or global scope variables. You have to use some sort of a
macro, possibly in connection with the `symbol("text$num")` function.
Ivar
kl. 21:49:09 UTC+1 fredag 14. november 2014 skrev will ship følgende:
>
> Is there a way to create by concatenation or otherwise a list of
> sequentially numbered variables e.g.:
>
> text1 = @Entry(editable = false)
> text2 = @Entry(editable = false)
> text3 = @Entry(editable = false)
> text4 = @Entry(editable = false)
>
> i.e. want to append a number to the end of a variable stump..
>
> Thanks in advance
>
> Will
>
>