I found this thread102-861091 where Andrew says:
What if I need it to be a string? I'm having real difficulty getting the Word converted into a string.
Basically I need to get the current year and append a day & month to it:
CurrentYear + '0630' = '20070630'
Any suggestions?
thanks!
Leslie
towerbase said:It (YearOf) returns a Word which can usually be used when an integer is required.
What if I need it to be a string? I'm having real difficulty getting the Word converted into a string.
Basically I need to get the current year and append a day & month to it:
CurrentYear + '0630' = '20070630'
Any suggestions?
thanks!
Leslie