Arrow Down using Button

I have been using the following code on a button with success. I'm now trying to get the down arrow to work after I change the date. I tried many different ways of doing it with no success. Sure could use the help. I tried the following and a great deal more with no luck.

SetAttr MODIFIED=now
arrowdown

Bob

Bob

Is this what you want to do?


If so, your button would be..

SetAttr MODIFIED=now Select NEXT
Regards, AB

It sure is. And it works perfect. Thanks for the help.

Bob

I had it working with two lines of code but when I added the F2 it will not work.

SetAttr MODIFIED=now
Select NEXT
Select F2

it's important to have the filename active, selected, without having to use a mouse to activate.
Bob

Select F2 would select a file/folder called "F2", which I doubt is what you want.

If you want to do the same thing as the F2 hotkey, the command is Rename INLINE

Works better than great, thanks again Leo.
Bob