24 Oct
2019
24 Oct
'19
5:44 p.m.
On Thu, Oct 24, 2019 at 05:11:50PM +0200, Taco Hoekwater wrote:
Here is the problem:
context ( 'function Rosi(): b.smrk = ', b.smrk )
That should be:
context ( 'function Rosi(): b.smrk = ' .. b.smrk )
since the context() function does not support variable argument lists (not not like print())
Best wishes, Taco
Yes, that's ok now! It works. Thank you, Taco! Best wishes, Rudolf