let fn=tbFName.text;
let ln=tbLName.text;
if(fn == "" || ln == "")
{
lblDisplay.text="Hello World!";
}
else
{
lblDisplay.text = fn!+" "+ln!;
}
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.