Is there a way to have a textfield work like printf in objective c cocoa?
I want to have one message where one word changes depending on the variable, such as having it say "Hello Jack" and "Hello Sam" depending on input. (I don't want to learn a program to check user input and reply, I just want to know how to have the message be flexible, so I don't have to have a huge if, else if pile to have different messages.)
I want to have one message where one word changes depending on the variable, such as having it say "Hello Jack" and "Hello Sam" depending on input. (I don't want to learn a program to check user input and reply, I just want to know how to have the message be flexible, so I don't have to have a huge if, else if pile to have different messages.)