Re: forum login playing up

2021-08-13 Thread Klaus major-k via use-livecode
Hi Bernard, > Am 13.08.2021 um 19:31 schrieb Bernard Devlin via use-livecode > : > > For days I've been having trouble logging in. > > Even if I choose "I forgot my password" and paste in the new long password > the Forum emails to me, I can't log in with it. I was able to login the > first

forum login playing up

2021-08-13 Thread Bernard Devlin via use-livecode
For days I've been having trouble logging in. Even if I choose "I forgot my password" and paste in the new long password the Forum emails to me, I can't log in with it. I was able to login the first time it did this, but as soon as I changed my password I was logged out and couldn't login again.

Re: matchChunk & matchText broken?

2021-08-13 Thread Brian Milby via use-livecode
If the regularExpression includes a pair of parentheses, the position of the substring matching the part of the regular expression inside the parentheses is placed in the variables in the positionVarsList. Sent from my iPhone > On Aug 13, 2021, at 4:33 AM, Peter Reid via use-livecode >

matchChunk & matchText broken?

2021-08-13 Thread Peter Reid via use-livecode
Either I'm doing something wrong or both matchChunk and matchText are broken. For example using matchChunk: local tStartPos, tEndPos put empty into tStartPos put empty into tEndPos put matchChunk("hello world how are you", "\ ho[a-z]", tStartPos, tEndPos) into itMatches put itMatches & "|" &