Hi,
i noticed, that you cant create a new array with the new set() syntax for multiple properties...
Right, in the next version it will be able to do that.
is it intended, that the new set() syntax can't create sub objects ?
Yes, that was basically intended - the 'multi-variable-set' actions first gets (or creates) the given object and then only sets/adds the given properties. This is way faster then resolving the whole 'path' again for each property.
But I have now added an fallback solution for such case - that means when a variable name will contain a '.', then internally automatic a normal set() call will be done for that variable.
Best regards,
Klaus