[Gambas-user] WebAudio, custom commands.

T Lee Davidson t.lee.davidson at gmail.com
Wed Jul 20 14:20:02 CEST 2022


On 7/20/22 05:52, Bruce Steers wrote:
> 
> 
> On Wed, 20 Jul 2022 at 10:42, Bruce Steers <bsteers4 at gmail.com <mailto:bsteers4 at gmail.com>> wrote:
> 
>     Well that was really confusing.
>     Ironically i had already made similar modifications to your suggestions but still it did not work.
> 
>     It was this line...
> 
>     $_(idx + ':entry').value = elt.currentTime;
> 
>     what was confusing was it looked identical to the line you sent but did not work.
> 
>     I found there was an invisible character after the x of idx for some strange reason.
> 
> 
> I've attached a txt file with the 2 lines, one with the invisible char and the other without just for anyone's curiosity.
> I find when moving the cursor past the x in idx on the bad line it pauses for one char on the good line it moves over as expected.
> No idea what char it is, if i try to Print Quote(sBadText) the bad char just shows as another whitespace
> 
> Thanks again
> BruceS

Interesting. My character selection tool says it's a ZERO WIDTH SPACE (Character: Non-printable U+200B); as opposed to the 
normal SPACE (Character: U+0020).


-- 
Lee


More information about the User mailing list