Advertisement
Guest User

Untitled

a guest
Jan 10th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. If TextBox1.Text = "Balase" Then
  2. TextBox1.Text = "Balase, Jan Gabrielle A."
  3. TextBox2.Text = "January 3, 2004"
  4. TextBox3.Text = "jangabriellebalase@gmail.com"
  5. TextBox4.Text = "15"
  6. ElseIf TextBox1.Text = "Bay" Then
  7. TextBox1.Text = "BAY, Jam Nicole A."
  8. TextBox2.Text = "August 25, 2004"
  9. TextBox3.Text = "bayjam08254@gmail.com"
  10. TextBox4.Text = "14"
  11. ElseIf TextBox1.Text = "Bernales" Then
  12. TextBox1.Text = "BERNALES, Joanne Marielle C."
  13. TextBox2.Text = "December 24, 2004"
  14. TextBox3.Text = "joannemarielle@gmail.com"
  15. TextBox4.Text = "14"
  16. ElseIf TextBox1.Text = "Bollozos" Then
  17. TextBox1.Text = "BOLLOZOS, Christian Jr. D."
  18. TextBox2.Text = "October 25, 2004"
  19. TextBox3.Text = "christianbollozosjr@yahoo.com"
  20. TextBox4.Text = "14"
  21. ElseIf TextBox1.Text = "Camaclang" Then
  22. TextBox1.Text = "CAMACLANG, Ria Celine Joymie Camaclang"
  23. TextBox2.Text = "October 29, 2004"
  24. TextBox3.Text = "riaceline203@gmail.com"
  25. TextBox4.Text = "15"
  26. ElseIf TextBox1.Text = "Carl" Then
  27. TextBox1.Text = "CARL, Michael Wolfgang F."
  28. TextBox2.Text = "May 24, 2004"
  29. TextBox3.Text = "jamesmatillanoio@gmail.com"
  30. TextBox4.Text = "14"
  31. ElseIf TextBox1.Text = "Cord Cruz" Then
  32. TextBox1.Text = "CORD CRUZ, Shania Mae P."
  33. TextBox2.Text = "November 8, 2004"
  34. TextBox3.Text = "UNKNOWN"
  35. TextBox4.Text = "14"
  36. ElseIf TextBox1.Text = "De Dios" Then
  37. TextBox1.Text = "DE DIOS, Princess Nielesa Jhell L."
  38. TextBox2.Text = "October 8, 2003"
  39. TextBox3.Text = "princessdd540@yahoo.com"
  40. TextBox4.Text = "15"
  41. ElseIf TextBox1.Text = "Dizon" Then
  42. TextBox1.Text = "DIZON, Justin Klayne B."
  43. TextBox2.Text = "December 13, 2003"
  44. TextBox3.Text = "kdizon1213@gmail.com"
  45. TextBox4.Text = "15"
  46. ElseIf TextBox1.Text = "" Then
  47. TextBox1.Text = ""
  48. TextBox2.Text = ""
  49. TextBox3.Text = ""
  50. TextBox4.Text = ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement