Quote:Wouldn't Date if there was a Sub to change it, have to be changed like this:Nope.. Displays a syntax error.
Date "09/10/2024"
Unless you mean:
Code: (Select All)
Date "09/10/2024"
End
Sub Date(D$)
Date$ = D$
End Sub
|
Assigning Date$/Time$ does not wotk
|
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| question on determining time spent in area | fistfullofnails | 9 | 845 |
08-25-2025, 01:55 PM Last Post: fistfullofnails |
|
| how to get a file's modified date/time and size in bytes? | madscijr | 36 | 7,782 |
05-10-2025, 05:17 AM Last Post: eoredson |
|
| Testing against multiple elements at a time without select case | CMR | 4 | 842 |
04-17-2025, 02:16 AM Last Post: CMR |
|
| Hard time with hardware acceleration. | Pete | 8 | 1,038 |
03-21-2025, 11:29 PM Last Post: Pete |
|
|
|
fast file find with wildcards, optional date range, match # bytes, binary compare? | madscijr | 8 | 1,329 |
12-19-2024, 03:55 PM Last Post: SpriggsySpriggs |