That is not reversed text, that is reversed order of words.
You might approach this by splitting the text at spaces, then reversing the resulting list, then returning the list as text using more text manipulation.
That is not reversed text, that is reversed order of words.
You might approach this by splitting the text at spaces, then reversing the resulting list, then returning the list as text using more text manipulation.
Sorry, I was lagging behind, so I did not read the post.
This is my attempt, which has 22 more blocks that yours. Not sure if it is worth it though.
So if i use this and the procedures under this it will work?
Why not try it, and let us know ?
Will this work?
Am not too sure why you use this text. "the fox jumped over the fence" that was just an example. ill show you what i need hold up
Ah, this is homework
Yes. its for practice
Are you gonna help me?
Where does the the trim string go?
Does it work for you ?
Yes it works, Thanks i will attempt the 2nd version of this and see if i run into any problems
Does this work to make reverse characters?
Apparently not
Your problem is the reverse list block, which as we have already shown does not work with the iOS companion.
Use the same approach as I showed for reversing Words, you will have to modify it but it shouold work in the same way.
This
is all poor coding, the same can be achieved by working with lists correctly.