char as word boundary

Ian McKnight iangmcknight at gmail.com
Fri Jun 3 10:26:14 EDT 2022


Hi

Look up numToChar in the dictionary.
It's been deprecated since v7 0 because of unicode.
This might explain things.

Hope that helps

Ian McKnight

On Fri, 3 Jun 2022, 14:57 Jean-Jacques Wagner via use-livecode, <
use-livecode at lists.runrev.com> wrote:

> Hi,
> Version 6.7    word boudary are char number 09,10,11,12,13,32
> version 9.67  word boudary are char number 09,10,11,12,13,32,202
>
> Hypercard and livecode 6.7:  the number of chars (numtochar(32)&
> numtochar(202)&numtochar(32)& numtochar(202)&numtochar(32)) = 2
> livecode 9.67                      :   the number of chars (numtochar(32)&
> numtochar(202)&numtochar(32)& numtochar(202)&numtochar(32)) = 0
>
> Is it a change or a bug considering now numtochar(202) as word boundary,
> as it is with numtochar(32)
>
> Sincerely,
>
> Jean-Jacques Wagner.
>
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


More information about the use-livecode mailing list