Hello
I don't know the reason for my problem Put a command button on a new form
and write the code below on the command button's click event. ( I do it in
VB6 Enterprise Edition)
Private Sub Command1_Click()
Print Date + Time()
Print Time() + Date
End Sub
when we click the button after executing the program in each case we get
system date followed by time.
The logic fits for the first statement but I can't understand why date
comes first in the execution of second line though time function is called
first.
It is interesting...
Thanks
Archived from group: microsoft>public>vb>enterprise