Hi Tiemo,

> Am 21.03.2017 um 11:49 schrieb Tiemo Hollmann TB via use-livecode 
> <use-livecode@lists.runrev.com>:
> 
> Hello,
> 
> LC 9.0, dp4, Win10: Fiddling around creating a password field I am
> encountering a very weird phenomenon. Stepping thru my code with the
> debugger my code modifies my code instead of a field. Recipie:
> 
> -          Create a new stack
> -          Create a new field
> -          Put the code into the field:
> 
> on keyDown pKey
>    put numToChar(42) into the selectedChunk -- numToChar(42): "*"
> end keyDown
> 
> -          Apply the code
> -          Set a breakpoint (red dot) at the only statement
> -          Switch to browse tool and enter one character into the field
> -          Use the "step into" for executing the code
> -          See what happened to your code?
> -          The complete line of code is replaced by an asterisk! Funny huh?
> 
> Any comments?
> 
> Tiemo

"numtochar" and "chartonum" have been deprecated since version 7.x of Liveocde!
So please try again with "NumtoNativeChar" and maybe also LC 9 dp6. :-)


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major-k.de


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to