--- In [email protected], "Sheri" <sheri...@...> wrote: > > --- In [email protected], "entropyreduction" > <alancampbelllists+yahoo@> wrote: > > > > --- In [email protected], "Sheri" <sherip99@> wrote:
> Yes, see below. Also something is up with base. If base is the default of > zero, can't set ustring[0] or ustring[5] -- they both give the position arg > error. Yup. Try unicodePlugin0.73_090729.zip in http://tech.groups.yahoo.com/group/power-pro/files/0_TEMP_/AlansPluginProvisional/ > Also the doc mentions set_char (singular) but only set_chars (plural) seems > to be a valid service. But set_chars doesn't work if type instead of end > position is used. I think set_char, set_chars both work now. > win.debug("unicode version:",unicode.version) ;; currently nothing ;Still broken. local ustring=unicode.new(" ") ;;5 spaces I could change the rules for set_char/set_chars, so that it string into which you're inserting character isn;t long enough, it will be extended. But with what character? ;Make sure there are actually five spaces there. unicode.empty(5) could generate a string made of five blanks. But a bit redundant cause there's unicode.repeat, which is much same thing. Maybe empty should be removed?
