
-----------------------------------
TokenHerbz
Sat Dec 24, 2011 9:39 pm

Java syntax is simular, please assist!
-----------------------------------
My problem is that I cant seem to break up my string into arrays of strings of the integers, being determined by the first number of the string.

This is coded in Processing, an easier formatted type of java, So Thats why i'm posting it here...

[code]
String encoded_message = "642187071124859719066195428706357906";
int amount_of_characters = 0; //length of the array required

String[] characters = new String[0]; //character array
int count_char_length = 0; //how much numbers are used in the character

for (int string_position = 0; string_position 