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")
}
Function Suggestion(string Comment)
{
If (Comment = "")
{
Messagebox ("Pay $8")
}
Else
{
Messagebox ("Still pay $8")
}
}
No comments:
Post a Comment