Page 1 of 1

dateItems

Posted: Sun Jun 19, 2016 6:59 pm
by mister
this used to work in 7.1.2, adding a day to the date. Now using 8.0.1(rc 1) has the syntax changed?

Code: Select all

 convert the long date to dateItems
   add 2 to item 3 of it
convert it to abbr date
answer it
Thanks,
larry

Re: dateItems

Posted: Sun Jun 19, 2016 7:38 pm
by Klaus
Hi Larry,

just tested with LC 8.01 STABLE on my Mac and it works as expected, I got: Tue, Jun 21, 2016
Hm?


Best

Klaus

Re: dateItems

Posted: Sun Jun 19, 2016 8:08 pm
by mister
Klaus,

Thanks for checking! i tried it in a new stack and it worked fine. There must be something in this stack which i've been working for a loooong time that's conflicting with the message.

Larry

Re: dateItems

Posted: Sun Jun 19, 2016 10:02 pm
by bn
Hi Larry,

did you set the itemDelimiter to something else than "," in your handler before doing

Code: Select all

add 2 to item 3 of it
?

Kind regards
Bernd

Re: dateItems

Posted: Sun Jun 26, 2016 10:45 pm
by mister
Klaus,

Sorry for the late reply, it was a tough week at work. delimiter was set to tab.

Thanks'
Larry