03-07-2019, 03:57 AM
This appends current contents of Notepad to a file (on a new line), but how do I insert date and time (preferably including the seconds) as well?
Inserting current date and time
|
03-07-2019, 03:57 AM
This appends current contents of Notepad to a file (on a new line), but how do I insert date and time (preferably including the seconds) as well?
03-07-2019, 06:43 PM
(This post was last modified: 03-07-2019, 06:45 PM by InterestedNewbie.)
Yes, got it to work. Thank you!!
03-07-2019, 06:46 PM
int w=win("" "Notepad") Function SaveNotepadtextTofile
03-07-2019, 07:20 PM
(This post was last modified: 03-08-2019, 01:30 PM by InterestedNewbie.)
That's an even cleaner solution. I used Key D to deselect the text and now that's not needed either. Thank you!
|
« Next Oldest | Next Newest »
|