Carl You my friend are AWESOME !!!! ...... Thank you for your help !
I hope this is something you can use also ... I made to icons for a start and stop and its PERFECT !!!
Thank you for the clean up and now i see how you defined it and its just spot on
Thanks again
Joey G
Carl I need the code to look something like this ... so it puts the date into it .. if i add this to the code it says that todate isnt defined and i have no idea how to define it.
findfile "C:\\Users\\Acad2015\\TimeLog\\Logfile-" (toDate "DATE" "MODDYY") ".txt"))
This is the code i have so you...
is there a way to add the date to the logfile-(DATE).txt so everyday it will generate a textfile so it looks like this
Logfile-042415.txt ?
Thank you for that help !!! ... This is just perfect !!
I think there needs to be a IF Then statement ... If there isnt a file write one .. if there is Append it
Because the 1st line of code is telling to write the file every time you run the login part of the lisp then every part after that it appends to it.
and the date part i just want it so I...
Sorry Carl for the criptic message....
I need the lisp to generate a daily date so i can keep a daily log of what i worked on
[code} (open "C:\\Users\\Acad2015\\TimeLog\\Logfile-(date).txt" "w")[/code]
Then I will want the output text file to look like this ....
Drawing Started 04/24/15 -...
I need help with this code ... I need it to have a daily log. If you run the list it over writes the file already there. I need it to return the after every entry and then i need the file to generate the date so it will have a running log of files in the folder. Take a look and let me know...