--- In [email protected], "brucexs" <bswit...@...> wrote: > > > > > c = handle_to_unicode_string[1, 2, "c"] > > > > gets a complaint of injudicious (or some such) use of square brackets.
> Yes, it onlyh currently attempts to parse 1 or 2 args in square brackets. A > quick glance at the code seems to indicate that 3 would be easy to add > although I did not check to see if this would break vec. Is it important? No, not important. There are workarounds (user can use direct call to get_chars, not [] syntax). I'll document restriction. If it's easy to put in next time you do an update, great.
