Posted 19 September 2012 - 06:32 PM
Hello all, heres what I'm trying to do. I want to write a program that takes its arguments from me as I start it. An example would be Direwolf's stair stepping turtle where he could pass the Y coordinate like this
Thanks for any help on this. –Brandon
Thanks GopherAtl, I'll try it out.
stairs 55
The turtle would dig stairs to Y 55. It would be more streamline if I could figure this out. I've written functions that get their arguments from me after prompting or from another place inside the main function. I've seen his code and don't know how he does it.Thanks for any help on this. –Brandon
Thanks GopherAtl, I'll try it out.