This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Hackingroelz's profile picture

Getting arguments

Started by Hackingroelz, 18 March 2012 - 03:15 PM
Hackingroelz #1
Posted 18 March 2012 - 04:15 PM
Hello

I can't figure out how to get the arguments that the user enters. Could someone please tell me how I should do this? Thanks in advance.

EDIT: Sorry, I figured it out, I hade a really stupid mistake in my code.
Edited on 18 March 2012 - 03:17 PM
rockymc #2
Posted 18 March 2012 - 04:20 PM
string par1 = (String) arguments[0];