machan, i want to create a recursive function to split a string into small chunks of strings and store them in newly created objects. the function has to be re-executed to create new objects and store the splitted strings until a certain condition is met.
but the problem is how to create the...