--- In [email protected], "forxtra" <forx...@...> wrote:
> ;-------------------------------------
> "_sbcs_"=hex:43,00,3a,00,5c,00,54,00,65,00,6d,00,70,00,5c,00,73,00,62,00,63,00,\
> 73,00,5f,00,74,00,65,00,73,00,74,00,2e,00,74,00,78,00,74,00,00,00
......<snip>......
Thanks.
> BTW, I'm using Binary plugin 0054h.
> Unlike Help file, The default value of indexBase seems to be 1 not 0, and
> there's a trivial error.
> ;-------------------------------------
> local bhResult = binary.from_ascii("abcd")
> Win.Debug(bhResult[2].dump) ;; 1-based
> Win.Debug(bhResult[-2].dump) ;; error
Ok, will check
> ; errors
> Win.Debug(binary.index(bhResult, "bc"))
> Win.Debug(bhResult.index("bc"))
> ;-------------------------------------
Ok, will check
unicode.env: indeed I forgot a bit in a table that allows chaining
of service calls. Thanks for finding.