Value2 = Year(CurrentDate);
Print((Value2);
得 : 2022.000000
請問有辦法讓print出來的字是沒有後面0的嗎?
感謝
1 評論
Hello 無情卻慈悲,
您可以參考 DateToString 和 NumToStr 函數。
1 評論