ここでは LotusScript の初心者なので、優しくしてください ;)
このコードでエラーが発生するのはなぜUnexpected: .; Expected: End-of-statement
ですか?
Dim curDate As New NotesDateTime(Today)
Dim test
Set test = Day(curDate).DateOnly ' <- causes the error
ご協力いただきありがとうございます。
ここでは LotusScript の初心者なので、優しくしてください ;)
このコードでエラーが発生するのはなぜUnexpected: .; Expected: End-of-statement
ですか?
Dim curDate As New NotesDateTime(Today)
Dim test
Set test = Day(curDate).DateOnly ' <- causes the error
ご協力いただきありがとうございます。