I have an app and I want to have it take CMD's but its a 3 part CMD.
for example "1307%launchApp%n/a".
that's a 3 part cmd pass%cmd%additionalInfo split with %'s
how would i take that and store it in 3 different Strings?
String Pass;
String CMD;
String AdditionalInfo;
I do be leave to use a For Loop, but I would like to know how to implant it and why it works so that i could use it in different projects
THANK YOU!!
let me know if you need a better explanation or more info