Advertisement
gabbyshimoni

sami-script1

Dec 3rd, 2019
590
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. MsgBox "Wellcome to Robotics Lab"
  2. Function F1
  3. F1 = InputBox("Please enter a number")
  4. End Function
  5.  
  6. Function F2(NUM)
  7. x=(NUM)*10
  8. F2 = x
  9. End Function
  10.  
  11. Function F3(vv)
  12. F3 = 10 - (vv)
  13. End Function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement