Guest User

Untitled

a guest
Jul 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. x = Val(Text1.Text) + Val(Text2.Text) / 2
  2. y = Val(Text1.Text) - x ^ 2
  3. z = Val(Text2.Text) - x ^ 2
  4. yz = y + z
  5. yyz = yz - 1
  6. Function sqr() As Single
  7. Text3.Text = sqr(yyz)
  8. End Function
  9. End Sub
Add Comment
Please, Sign In to add comment