Am 26.01.2026 um 22:44 schrieb Sven Schreiber:
<hansl>
s = "a,b" # two
M = seq(1,3)' # three
rnameset(M,s) # no error, "a,b" is taken as a three-char prefix
print M
</hansl>
I can understand the logic -- it doesn't match, and so the comma loses
its special meaning and the entire string is used as a kind of prefix.
OK sorry, forget it -- I was mixing up the separation characters: it's a
_space_ for rnameset(), and _comma_ is what you get out of varname().
I guess all is fine.
-s