Friday, August 17, 2007

When A Stingy Workmate Gave Birth for the 2nd Time

and none of us were in the mood to do anything based on our 1st experience, but boss suggested on something and asking for our feedback. here are some of the responses :-

no comment
set comment = false
dim comment as string = null
and the good one :-
Call Suggestion("")
Function Suggestion(string Comment)
{
If (Comment = "")
{
Messagebox ("Pay $8")
}
Else
{
Messagebox ("Still pay $8")
}
}

No comments: