Guest User

Untitled

a guest
Jun 21st, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. _percentage = 0.5;
  2. myTextField.text = String("The percentage is "+_percentage*100+"%.");
  3. // The percentage is 50%.
Add Comment
Please, Sign In to add comment