Undefined variable. Irritants: (yail/yail-string-reverse) Note: You will not see another error reported for 5 seconds

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.

1 Like

Like this

If I remember correctly, "join items using separator" is not available in IOS yet.....

2 Likes

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?

image

Why not try it, and let us know ?

Will this work?
image

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 :wink:

3 Likes

Yes. its for practice

Are you gonna help me?

image

Where does the the trim string go?

Is this right?

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

image

Does this work to make reverse characters?

Apparently not :slight_smile:

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
image

is all poor coding, the same can be achieved by working with lists correctly.

Here you are both or either :wink:

Let me know if the reverse text block throws an error with IOS companion....