Hmmm - slight problem here. I run this function and the result i get is the hour - 1 chacrater :(
datetime$=Show_Time()
Function Show_Time()
date$ = Left(CurrentTime$(),5)+"/"+CurrentDate$()
Return date
End Function
Can someone show me what i'm doing wrong.
Many thanks.
datetime$=Show_Time()
Function Show_Time()
date$ = Left(CurrentTime$(),5)+"/"+CurrentDate$()
Return date
End Function
Can someone show me what i'm doing wrong.
Many thanks.