(to alex's question)
> * quicken date shortcuts
quicken has/had these very nifty ways of handling date inputs, to make
entry faster.
if you enter a numeral, like 26, it means that date of this month.
similarly, month/date e.g. 5/25 is 5/25 of this year.
"T" is today
"+" to increment the date field one day. if the date field is empty, it
means tomorrow
"-"
"M" is the first day of this month, and "H" is the last
"Y"ea"R"
"W"ee"K"


On Fri, May 24, 2024 at 5:06 PM Roger Guay via use-livecode <
use-livecode@lists.runrev.com> wrote:

> The single most important feature of LiveCode is this list. Thank you,
> Bob, Alex, Mike and Andreas
>
> Roger
>
> > On May 24, 2024, at 8:26 AM, Bob Sneidar via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Actually:
> >
> > put tList into tTest — so you don’t lose the original contents of tList
> > filter items of tTest with 2
> > put the number of items of tTest
> >
> > Bob S
> >
> >
> >> On May 24, 2024, at 8:23 AM, Bob Sneidar via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >>
> >> Filter items of tList with 2;put the number of items of tList
> >>
> >> Bob S
> >>
> >>
> >>> On May 23, 2024, at 7:07 PM, Roger Guay via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >>>
> >>>
> >>> Hi all,
> >>>
> >>> Please, what’s the easiest way to return the total number of a given
> repeated number in a list of numbers? IOW, how many times is 2 repeated in
> a list containing 1,2,3,2,4,2,5,2,8 etc. Appreciate your help.
> >>>
> >>>
> >>> Thanks,
> >>>
> >>> Roger
> >
> > _______________________________________________
> > 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
>
>
> _______________________________________________
> 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
>


-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
_______________________________________________
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