Forum: Python Nov 27th, 2008 |
| Replies: 2 Views: 423 Crap, I see that now. I can't belive I'd forgotton how C-like python was. Is there any way you can define prototypes in python like C? |
Forum: Python Nov 26th, 2008 |
| Replies: 2 Views: 423 Hey hey!
I'm trying to write a script that finds out if a given program name exists in the OS environments PATH variable (cross plathform). Thing is, I get a NameError, it's probably a simple... |
Forum: Assembly Apr 24th, 2008 |
| Replies: 0 Views: 578 Wohoo, first post.
I have a problem with my code, the problem is that instead of writing "%" in res, when the pattern "%%" shows up, it writes it out as "%%" anyways. Currently I have it working so... |