codePointToNum

Kay C Lan lan.kc.macmail at gmail.com
Sun Apr 2 07:09:35 EDT 2017


On Sat, Apr 1, 2017 at 4:11 AM, Richmond Mathewson via use-livecode
<use-livecode at lists.runrev.com> wrote:

> put baseConvert(codePointToNum("&"), 10, 16)
>
> BUT it go "all stuffy" about the codePointToum, so I did this:
>
> put codePointToNum("&") into NUMM
> put baseConvert(NUMM, 10, 16)
>

On my Mac 10.11.6 using LC 9.0.0 dp4 both of those code snippets
produce '26' in an egalitarian manner.

There should be no reason why:

 put baseConvert(codePointToNum("&"), 10, 16)

should make your computer "all stuffy". If it is then there is a bug to report.




More information about the use-livecode mailing list