DanielRicany
Member
Hi I'm trying to run a system command that requires user input which I need to take and use in the command. I'm also a developer for iPhone so in the iOS SDK it would theoretically be like this, if Apple hadn't sandboxed everything.
-(IBAction)command {
system("echo %s", textfield.text");
}
Or something like that, I don't know, I haven't done it in a while. But can anyone teach me how to setup a textbox and also convert that code above to Java? Thanks, it would be very much appreciated.
-(IBAction)command {
system("echo %s", textfield.text");
}
Or something like that, I don't know, I haven't done it in a while. But can anyone teach me how to setup a textbox and also convert that code above to Java? Thanks, it would be very much appreciated.
