|
What does this code say?
Julian Buss, September 14th, 2009 09:04:25
Tags: Fun
I got a mail with the subject "important! help needed! and this code from a friend yesterday:
dim name as notesguru dim reason as notesevent dim mood as notesstateofmind set name=Julian set reason=birthday set mood=happy msgbox (mood & " " & reason & ", " & name, 50, "Important Message from Stephan") At first I really thought I have to work on sunday :-) Thanks, Stephan! |
