You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
We are certainly not an ambulance, but we will definitely cure you of blacklists and empty pockets. Live freely with SX!
Each of you will receive a trial version of SX to familiarize yourself with the product, all you have to do is post in this thread
Question
mytuo
Hi guys,
I have a code snippet here:
String str = msgCont.toString();
String[] strs = str.split("\n");
if (strs[2].startsWith("partofthemessage") && strs[2].contains("x")) {
Main.handleDonation("y", strs[2].split("\\)")[0].split("\\(")[1], str.split("xx: ")[1].substring(0, 17), (int)Double.parseDouble(strs[2].substring(57, strs[2].indexOf(" x"))));
");
Will someone care to explain if :
String[] strs = str.split("\n");
if (strs[2]
means the second string of the msg content?
Thanks!
Edited by mytuo11 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.