I am trying to split a sentence stored in a variable into words at runtime into another variable which should store only one word and the length of that word should not exceed a given number(For example 5) AND Words whose length exceed that given number should be skipped and all this should be done at runtime and preferably by using loops and my project is here-https://www.dropbox.com/s/f54wojbmzujbugr/Search%20and%20Analyzse%20WITH%20CHANGES.c3p?dl=0 can anyone please help me with this.