
RokuJoel
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2013
01:09 PM
Re: Will This Work ???
Try putting print statements (either the word print or a question mark followed by the variable name)after each variable assignment so you can see what the values are.
for example:
If funds is never equal to 1 then it will never exit while.
You also should have a return -1 (need to return something) after the end while. My guess is funds never = 1 here.
- Joel
for example:
funds = tokenValidation()
? funds
If funds is never equal to 1 then it will never exit while.
You also should have a return -1 (need to return something) after the end while. My guess is funds never = 1 here.
- Joel
- « Previous
-
- 1
- 2
- Next »