Guest User

Untitled

a guest
Jul 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. NSNumber *test;
  2.  
  3. if ([prospekt_1 intValue] == 0) {
  4. test = [prospekt_1 intValue] * 2.50;
  5. [ergebnis_prospekt_1 setIntValue:test];
  6. }
Add Comment
Please, Sign In to add comment