Can't Extract another Token - Help!

You’re trying to set a variable as itself.

Do

*set name “Bob”

If you’re trying to include a variable in the text then just do

Hello ${name}!

I’ve a tutorial on this.

1 Like