Hi Guys!
I am looking to create an on mouseUp event that gets the current day/month. How can I do that?
Thank you in advance.
on mouseUp get day/month
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: on mouseUp get day/month
Hi appsurd,
ONE thread for a topic is enough, agreed?
Good
See "date" and "itemdelimiter" in the docs (Rev Dictionrary).
Best
Klaus
P.S.
I recommend some or all of these stacks to get you started:
http://www.runrev.com/developers/lesson ... nferences/
ONE thread for a topic is enough, agreed?
Good

Code: Select all
on mouseup
answer the date
end mouseup
Best
Klaus
P.S.
I recommend some or all of these stacks to get you started:
http://www.runrev.com/developers/lesson ... nferences/
Re: on mouseUp get day/month
Great, thank you. Sorry for the post in the other forum, but I think this is the right place for it.
Re: on mouseUp get day/month
Also, I want to ask how I can get the button name when doing an on mouseUp event. Do you know?
Re: on mouseUp get day/month
See Bernd's excellent explanation in the namely threadappsurd wrote:Also, I want to ask how I can get the button name when doing an on mouseUp event. Do you know?

Best
Klaus