Jump to content

Save Editing Time to a log file


sachindkini

Recommended Posts

Dear All

 

To keep better track of what is being worked on for how long

 

  • Open drawing sets
  • start timeClosing drawing ends timer
  • Log file is edited to show the drawing name, date opened, time opened, time closed, total edited time per drawing, total edited time of all drawings.
  • Log file pertains to all drawings within the same folder, i.e. creates a different log file for drawings in a different folder

Link to comment
Share on other sites

Most things your after are varibles or close to

 

I suggest you look into them and try and start the code your self

A.Your will enjoy the code much more when you get credit for it

B.This is a community to help each other not to do tasks for others

 

I suggest you look into the varibles and how to wright and read a file

 

Unless some one eles it helpfull :D

 

Flower

Link to comment
Share on other sites

Most things your after are varibles or close to

 

I suggest you look into them and try and start the code your self

A.Your will enjoy the code much more when you get credit for it

B.This is a community to help each other not to do tasks for others

 

I suggest you look into the varibles and how to wright and read a file

 

Unless some one eles it helpfull :D

 

Flower

Dear sir

 

Thx for suggest

(im poor written in lisp)

i start the written the code

 

 
(setq s1   (menucmd "M=$(edtime, $(getvar,date),DDDD)")
TM   (menucmd "M=$(edtime, $(getvar,date),hh:mm:ss)")
DAY  (menucmd "M=$(edtime, $(getvar,date),DD)")
MO   (menucmd "M=$(edtime, $(getvar,date),MOnth)")
 YR   (menucmd "M=$(edtime, $(getvar,date),yyyy)")
DN   (STRCAT (getvar "dwgprefix") (getvar "dwgname"))
DATE (strcat S1 ", " MO " " DAY ", " YR " " TM " - " DN))

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...