Re: Number of items

2021-10-26 Thread doc hawk via use-livecode
richmond rattled, > Not as obvious as it seems as with MacOS you can reset many function keys, for > some odd reason you cannot assign another key to do the "fN" thing. Sure you can: settings->keyboard->modifier keys, and you can mix and match capslock, control, escape, command, and fn to the o

Re: Number of items

2021-10-26 Thread doc hawk via use-livecode
peter provided, > And there is also ᠁ ⋰ ⋱ ︙ ᠁ the last being the MONGOLIAN ELLIPSIS. The latter being useful for separating mountain ponies . . . > On Tue, 26 Oct 2021 at 01:52, Peter Bogdanoff via use-livecode < > use-livecode@lists.runrev.com > wrote:

Re: Number of items

2021-10-26 Thread Bob Sneidar via use-livecode
Now THAT is cool. Bob S > On Oct 25, 2021, at 17:52 , Peter Bogdanoff via use-livecode > wrote: > > Not many know about the ellipsis character: > > HORIZONTAL ELLIPSIS … > > And there is also ᠁ ⋰ ⋱ ︙ ᠁ the last being the MONGOLIAN ELLIPSIS. > > It’s all in the Character Viewer, on the M

Re: Number of items

2021-10-26 Thread Richmond via use-livecode
Not as obvious as it seems as with MacOS you can reset many function keys, for some odd reason you cannot assign another key to do the "fN" thing. On 26.10.21 17:10, Sean Cole via use-livecode wrote: Richmond wrote: Not unless you have a fN key to start with. Obvs :D ___

Re: Number of items

2021-10-26 Thread Sean Cole via use-livecode
Richmond wrote: > Not unless you have a fN key to start with. > Obvs :D ___ 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/mailma

Re: Number of items

2021-10-26 Thread Richmond via use-livecode
Not unless you have a fN key to start with. On 26.10.21 15:59, Sean Cole via use-livecode wrote: Apparently, you can get to it with fn-E as well. On Tue, 26 Oct 2021 at 13:57, Sean Cole wrote: On Tue, 26 Oct 2021 at 01:52, Peter Bogdanoff via use-livecode < use-livecode@lists.runrev.com> wro

Re: Number of items

2021-10-26 Thread Sean Cole via use-livecode
Apparently, you can get to it with fn-E as well. On Tue, 26 Oct 2021 at 13:57, Sean Cole wrote: > On Tue, 26 Oct 2021 at 01:52, Peter Bogdanoff via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> >> It’s all in the Character Viewer, on the Mac -- Control/Command/Space. >> >> Peter >>

Re: Number of items

2021-10-26 Thread Sean Cole via use-livecode
On Tue, 26 Oct 2021 at 01:52, Peter Bogdanoff via use-livecode < use-livecode@lists.runrev.com> wrote: > > It’s all in the Character Viewer, on the Mac -- Control/Command/Space. > > Peter > OMG! That's wonderful. Where's this shortcut been all my life :D __

Re: Number of items

2021-10-26 Thread Eraklis Pittas via use-livecode
A feature is a documented bug On Mon, 25 Oct 2021 at 16:07, Pi Digital via use-livecode < use-livecode@lists.runrev.com> wrote: > It’s not a bug. It’s a feature. And a welcome one, too. We just have to > handle it differently to the way it is for CSVs and DB records. > > Sean > > > > On 25 O

Re: Number of items

2021-10-25 Thread Peter Bogdanoff via use-livecode
Not many know about the ellipsis character: HORIZONTAL ELLIPSIS … And there is also ᠁ ⋰ ⋱ ︙ ᠁ the last being the MONGOLIAN ELLIPSIS. It’s all in the Character Viewer, on the Mac -- Control/Command/Space. Peter > On Oct 25, 2021, at 8:31 PM, Alex Tweedly via use-livecode > wrote: > > One.

Re: Number of items

2021-10-25 Thread Alex Tweedly via use-livecode
One. The three dots are an ellipsis, not a period :-) :-) On 25/10/2021 20:32, J. Landman Gay via use-livecode wrote: On 10/25/21 1:00 PM, Alex Tweedly via use-livecode wrote: On 25/10/2021 17:43, J. Landman Gay via use-livecode wrote: Delimiters signify the end of a unit, like a period at the

Re: Number of items

2021-10-25 Thread Bob Sneidar via use-livecode
I like my NULL trick. :-) Bob S > On Oct 25, 2021, at 15:07 , Paul Dupuis via use-livecode > wrote: > > On 10/25/2021 5:03 PM, J. Landman Gay via use-livecode wrote: >> Found it: >> >> > > Thank yo

Re: Number of items

2021-10-25 Thread Paul Dupuis via use-livecode
On 10/25/2021 5:03 PM, J. Landman Gay via use-livecode wrote: Found it: Thank you! It continues to make more sense to ignore trailing delimiters however initially non-intuitive it may seem. ___

Re: Number of items

2021-10-25 Thread J. Landman Gay via use-livecode
Found it: Turns out what I was looking for was in the forums, not this list. On 10/25/21 11:43 AM, J. Landman Gay via use-livecode wrote: Delimiters signify the end of a unit, like a period at the end of

Re: Number of items

2021-10-25 Thread J. Landman Gay via use-livecode
On 10/25/21 1:00 PM, Alex Tweedly via use-livecode wrote: On 25/10/2021 17:43, J. Landman Gay via use-livecode wrote: Delimiters signify the end of a unit, like a period at the end of a sentence. The delimiter basically "belongs" to the string preceeding it. So I wonder how many sentences th

Re: Number of items

2021-10-25 Thread Alex Tweedly via use-livecode
On 25/10/2021 17:43, J. Landman Gay via use-livecode wrote: Delimiters signify the end of a unit, like a period at the end of a sentence. The delimiter basically "belongs" to the string preceeding it. So I wonder how many sentences this reply might contain ... :-) Alex. _

Re: Number of items

2021-10-25 Thread J. Landman Gay via use-livecode
Delimiters signify the end of a unit, like a period at the end of a sentence. The delimiter basically "belongs" to the string preceeding it. There was a long discussion here quite a while ago about this and Mark Waddingham posted some interesting and difficult issues that would arise if the ru

Re: Number of items

2021-10-25 Thread Mark Waddingham via use-livecode
On 2021-10-25 16:22, Paul Dupuis via use-livecode wrote: Why is it a feature? (I'm sorry, I am sure it has been explained before in these lists) Its a fundamental rule in the way xTalk string lists work. It is neither a bug nor a feature - it is a rule - much like xTalks are one-based rather

Re: Number of items

2021-10-25 Thread Bob Sneidar via use-livecode
As I understand it, a blank end line is not counted as a line. It must have something in the line. Think of it like this. A list of lines is really a return delimited list. If there is only one line, and that line does not contain a return delimiter, it is still a line. The delimiter is really a

Re: Number of items

2021-10-25 Thread Paul Dupuis via use-livecode
Why is it a feature? (I'm sorry, I am sure it has been explained before in these lists) I searched the Quality Center and could find no open bug entry for this. As LC 9.6.3 still gives and item count of ",1" as 2 and an item count of "1," as 1 that this is indeed the expected behavior?!? I w

Re: Number of items

2021-10-25 Thread Craig Newman via use-livecode
It is indeed a feature, and just requires remembering how LC (and HC before it, from the beginning) treat how items are counted. Craig > On Oct 25, 2021, at 11:06 AM, Pi Digital via use-livecode > wrote: > > It’s not a bug. It’s a feature. And a welcome one, too. We just have to > handle it

Re: Number of items

2021-10-25 Thread Pi Digital via use-livecode
It’s not a bug. It’s a feature. And a welcome one, too. We just have to handle it differently to the way it is for CSVs and DB records. Sean > On 25 Oct 2021, at 15:56, Paul Dupuis via use-livecode > wrote: > > On 10/25/2021 10:46 AM, Mike Kerner via use-livecode wrote: >> I'm glad we have

Re: Number of items

2021-10-25 Thread Paul Dupuis via use-livecode
On 10/25/2021 10:46 AM, Mike Kerner via use-livecode wrote: I'm glad we have these sorts of discussions out in the open. I hope there is not an appeal coming based on the lists that are submitted. And even though this horse is dead, maybe some day we can have equal rights for all items, especiall